In J2EE View is typically
-
JSP
-
Controller
-
Java classes
-
XML
A
Correct answer
Explanation
In J2EE MVC architecture, the View handles presentation and user interface, typically implemented as JSP (JavaServer Pages). JSPs combine HTML with Java code to dynamically generate web pages for display.