Hi
we want know about what is the use of extends directive in jsp ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Mar 25, 2012, 9:06 AM
extends directive
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.
Please refer the below link
http://www.exforsys.com/tutorials/jsp/jsp-directive-tag.html
Thanks
If this post helps you mark it as answer