What are JSP scripting elements ?
-
declarations
-
scriptlets
-
expressions
-
All of the above
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.