Home »
MCQs »
AppML MCQs
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?
- Model
- View
- 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.