In MVC (Model view controller) what does the view part do?

61. In MVC (Model view controller) what does the view part do?

  1. The view is used to interface design for displaying the data, like the JSP page
  2. The view is responsible for forwarding the request
  3. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.