Multiple choice technology programming languages In MVC2 flow is controlled by single servlet True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation MVC2 architecture uses a Front Controller pattern where a single servlet (the controller) receives all requests and dispatches them to appropriate handlers. This centralizes request processing.