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 |
Can I declare a java class in jsp?
What are the different scope values for the jsp objects?
What does jsp mean in text?
Can you override jspinit() method? If yes, in which cases?
How do I run a jsp file?
Explain JSP directives.
What are the 3 tags used in jsp bean development?
How will you use jsp el in order to get the http method name?
What are the jsp elements?
What is a session in web?
Why is it not recommended to use script elements in jsp?
What is asp and jsp?