Multiple choice technology web technology

Page directive can be declared as <%@ page attributeName="values" %> True or False

  1. True

  2. False

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

The JSP page directive syntax is <%@ page attributeName="value" %>. This is the standard JSP 1.2 and later syntax for declaring page directives. Multiple attributes can be included in a single directive, or multiple directives can be used. The statement shown is syntactically correct.