Multiple choice technology architecture

Which one is page centeric architecture?

  1. MVC1

  2. MVC2

  3. MVC

  4. MVC1 & MVC2

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

MVC1 is page-centric because JSP pages handle both presentation and control logic. In MVC1, the JSP directly processes requests, contains business logic or makes calls to helper objects, and generates the HTML response. This combines view and controller responsibilities in a single component, making it page-centric by design.