Multiple choice technology programming languages

In J2EE Model is typically

  1. JSP

  2. Controller

  3. Java classes

  4. XML

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

In J2EE MVC architecture, the Model represents business logic and data, typically implemented as Java classes (EJBs or POJOs). The Model handles data access, business rules, and application state, independent of the View or Controller.