In MVC architecture, which component is responsible for handling user inputs?

  • Controller
  • Library
  • Model
  • View
In MVC architecture, the 'Controller' component is responsible for handling user inputs. It receives user requests, processes them, and interacts with the Model and View components accordingly. This separation of concerns helps maintain code organization and enhances code reusability.
Add your answer
Loading...

Leave a comment

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