The request from the web browser is handled by which of the following component?
-
Model only
-
View and Controller
-
Controller only
-
Medel and Controller
C
Correct answer
Explanation
In the MVC architecture, the Controller is responsible for handling incoming HTTP requests from web browsers. It processes the request, interacts with the Model for data operations, and selects the appropriate View for rendering the response. The Model and View don't directly handle browser requests.