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