Home »
MCQs »
Software Architecture MCQs
In MVC (Model view controller) what does the controller do?
60. In MVC (Model view controller) what does the controller do?
- The controller is used to interface design for displaying the data, like the JSP page
- The controller is responsible for forwarding the request
- The controller encapsulates business logic and data processing method
Answer: B) The controller is responsible for forwarding the request.
Explanation:
The controller is responsible for forwarding the request with interactions between the model and view.