Multiple choice

Which of the following parts in the MVC (Model View Controller) framework handles user's interaction?

  1. View

  2. Controller

  3. Model

  4. There is no user interaction is possible in MVC framework

  5. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Yes, the controller part handles the request-response process made by the user.