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 framework follows MVC (Model-View-Controller) architecture, separating business logic (Model), presentation (View), and request handling (Controller). This is the standard pattern for web frameworks, promoting separation of concerns and maintainability.