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