Multiple choice technology programming languages

The View part of MVC includes

  1. bean

  2. EJB

  3. JSP

  4. Servlet

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

The View component handles presentation and is typically implemented using JSP (JavaServer Pages). Beans and EJBs belong to the Model, while Servlets are Controllers.