Multiple choice technology web technology How many JSP scripting elements are there? 5 3 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.