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 |
Explain client-side and server-side validation.
Can I declare a java class in jsp?
What are the components of jsp?
What is the <jsp:forward> standard action?
Why is jsp used for?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
What is the difference between a scrollbar and a scrollpane in jsp?
Explain translation phase.
What are the elements of jsp?
Mention some important jsp action tags.
How can we disable java code or scripting in jsp page?
What is client side technology?