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

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

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

Comments and Discussions!

Load comments ↻






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