In MVC architecture, which component is responsible for all the business logic implementation, and all the incoming requests which come to the application?

14. In MVC architecture, which component is responsible for all the business logic implementation, and all the incoming requests which come to the application?

  1. Model
  2. View
  3. Controller

Answer: C) Controller

Explanation:

In MVC, Controller components are responsible for all the business logic implementation, and all the incoming requests which come to the application.

Comments and Discussions!

Load comments ↻






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