can i extend jsp page like other java classes ?
Answers were Sorted based on User's Feedback
Yes, we can extend a jsp from another.
this is some tricky and discouraged by sun specification.
because you may lose any optimizations that your JSP
container provides.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rakesh
yes you can extend, because one servelt can exten another
servlet and jsp is converted into servelet
| Is This Answer Correct ? | 1 Yes | 0 No |
How to set a cookie in JSP?
What is jstl?
What are custom tags in jsp?
Why jsp is used instead of html?
What is jspinit method?
What is difference between java and jsp?
What is expression language in jsp?
What is cookies in jsp?
When does a container initialize multiple jsp objects?
What is jsp exception?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
Tell us about the jsp life cycle methods.