In the MVC design pattern, the _________ is responsible for updating the view and processing user input.

  • Controller
  • Model
  • View
  • Middleware
In the MVC (Model-View-Controller) pattern, the Controller is responsible for updating the view and processing user input. It acts as an intermediary between the Model (data) and the View (user interface). The Controller receives user requests, processes them, and updates the View accordingly.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *