1.

What Are The Attributes Of Page Directive?

Answer»

There are thirteen ATTRIBUTES defined for a page directive of which the important attributes are as follows:
import: It specifies the packages that are to be imported.
session: It specifies WHETHER a session data is AVAILABLE to the JSP page.
contentType: It allows a user to set the content-type for a page.
isELIgnored: It specifies whether the EL EXPRESSIONS are ignored when a JSP is translated to a servlet.

There are thirteen attributes defined for a page directive of which the important attributes are as follows:
import: It specifies the packages that are to be imported.
session: It specifies whether a session data is available to the JSP page.
contentType: It allows a user to set the content-type for a page.
isELIgnored: It specifies whether the EL expressions are ignored when a JSP is translated to a servlet.



Discussion

No Comment Found