In J2EE Model is typically
-
JSP
-
Controller
-
Java classes
-
XML
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.