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 in MVC handles presentation and user interface. In Java web applications, JSP (JavaServer Pages) is the standard technology for creating dynamic web content as the view layer. Beans and EJBs belong to Model, Servlets to Controller.