Multiple choice technology programming languages

The model component includes

  1. Bean

  2. HTML

  3. servlet

  4. jsp

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

The Model component in MVC represents data and business logic. In Java web applications, this is typically implemented using JavaBeans, which encapsulate data and provide methods to access and manipulate it. HTML, servlets, and JSP belong to the View and Controller layers.