Multiple choice technology programming languages

In MVC2 flow is controlled by single servlet

  1. True

  2. False

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

In MVC2 architecture, a single servlet (often called ActionServlet in Struts) acts as the central controller for all requests. This servlet receives every request, determines which action to invoke, and forwards to appropriate views. This centralized control is a key MVC2 characteristic.