JSP page directive – extends

This is used to signify the fully qualified name of the Super class of the Java class used by the JSP engine for the translated Servlet.

Syntax of extends attribute available for page directive is

<%@ page extends = “package.class”%>

In the above statement page and extends are keywords.

 

Leave a Reply

Your email address will not be published. Required fields are marked *