Loading practice questions
The V component in MVC is responsible for:
Correct Answer: A — User interface
Explanation:
The correct answer is User interface. In MVC (Model-View-Controller), the View handles the UI logic of the application. The Model manages data and business logic, while the Controller acts as an interface between Model and View, processing requests and returning the final output.