Multiple choice technology programming languages

The controller part includes

  1. Html

  2. jsp

  3. Servlet

  4. Bean

Reveal answer Fill a bubble to check yourself
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).