Multiple choice technology web technology

Which architecture does PS framework follow

  1. Hibernate Architecture

  2. Struts Architecture

  3. MVC Architecture

  4. Web Architecture

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The PS (Portal/Process) framework follows MVC (Model-View-Controller) Architecture, which separates application logic into three interconnected components. Hibernate is an ORM framework, Struts is a specific MVC framework, and 'Web Architecture' is too generic to be the correct answer.