Multiple choice technology programming languages

Java Server Pages specification includes

  1. Script language declarations, scriplets and expressions.

  2. JSP standard actions

  3. JSP standard directives

  4. All the Above

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

The Java Server Pages (JSP) specification defines scriptlet elements (declarations, scriptlets, and expressions), standard actions (like `), and directives (like<%@ page %>`), making all options correct.