The controller part includes
C
Correct answer
Explanation
The Controller component in MVC processes user requests and coordinates between Model and View. In Java web applications, Servlets serve as controllers by receiving HTTP requests, processing them, and dispatching to appropriate views (JSP) after updating models (beans).