Multiple choice technology web technology

Java Server Pages specification includes

  1. JSP standard directives.

  2. JSP standard actions.

  3. Script language declarations, scriplets and expressions.

  4. A portable tag extension mechanism.

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

The JSP specification comprehensively defines standard directives (page, include, taglib), standard actions (jsp:include, jsp:forward, jsp:useBean), script elements (declarations, scriptlets, expressions), and a portable tag extension mechanism for custom tags. All these components form the complete JSP feature set.