Multiple choice technology architecture

MVC2 removes the page centeric property. True/False?

  1. True

  2. False

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

Model-View-Controller version 2 (MVC2) architecture uses a controller servlet to handle requests and delegate to appropriate views, which removes the page-centric nature found in traditional model 1 architectures. Therefore, the statement is true.