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 a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
Why is jstl used?
What are the different types of jsp tags?
What is the requirement of a tag library?
How can html output be prevented from being cached?
Can you override jspinit() method? If yes, in which cases?
Write a simple example for the clone() method.
What is difference between html and jsp?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is contextpath in jsp?
What are the different directives in jsp?
Differentiate between pagecontext.include and jsp:include?