Multiple choice technology web technology

What are JSP scripting elements ?

  1. declarations

  2. scriptlets

  3. expressions

  4. All of the above

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

JSP scripting elements include declarations (for variable/method declarations), scriptlets (for Java code blocks), and expressions (for outputting values to the response). All three are fundamental JSP scripting constructs.