In MVC2 flow is controlled by single servlet
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.