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 does response sendredirect work?
What is action tag in jsp?
What is the use of jstl tags in jsp?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
What is full api?
How can I declare methods within my jsp page?
What is the different between servlet and struts
What is jsp expression language and what are it’s benefits?
How can a cookie is deleted with JSP?
How to use jsp el to get http method name?
What are different implicit objects of jsp?
Give an example where you need jsp custom tag?