Multiple choice technology programming languages

In J2EE View is typically

  1. JSP

  2. Controller

  3. Java classes

  4. XML

Reveal answer Fill a bubble to check yourself
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.