In the MVC architectural pattern, which component is primarily responsible for handling user input?

  • Model
  • View
  • Controller
  • Middleware
In the MVC architectural pattern, the Controller is primarily responsible for handling user input. It receives requests from the user, processes them, interacts with the Model to retrieve or update data, and determines the appropriate View to render as a response.
Add your answer
Loading...

Leave a comment

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