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

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

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

Comments and Discussions!

Load comments ↻






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