Google News
logo
AppML - Quiz(MCQ)
In MVC architecture, which component is responsible for all the UI logic of the application?
A)
Model
B)
View
C)
Controller
D)
None of the above

Correct Answer :   View


Explanation : In MVC, View components are responsible for all the UI logic of the application.

Advertisement