Multiple choice technology web technology

How many JSP scripting elements are there?

  1. 5

  2. 3

  3. 4

  4. 2

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

JSP defines exactly three scripting elements: Declarations, Scriptlets, and Expressions. These correspond to the three ways of embedding Java code in JSP pages - for declarations, procedural code, and output expressions respectively.