Home »
MCQs »
AppML MCQs
In MVC architecture, which component is responsible for all the UI logic of the application?
13. In MVC architecture, which component is responsible for all the UI logic of the application?
- Model
- View
- Controller
Answer: B) View
Explanation:
In MVC, View components are responsible for all the UI logic of the application.