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 processes user requests and coordinates Model and View, typically implemented as Servlets. HTML is markup, JSPs are View components, and Beans are Model components.