can i extend jsp page like other java classes ?

Answers were Sorted based on User's Feedback



can i extend jsp page like other java classes ?..

Answer / sravanthi

we can't extend jsp page

Is This Answer Correct ?    7 Yes 3 No

can i extend jsp page like other java classes ?..

Answer / naresh dhiman

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

can i extend jsp page like other java classes ?..

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

Post New Answer

More JSP Interview Questions

What is called jsp directive?

0 Answers  


What is a page directive?

0 Answers  


How can my application get to know when a httpsession is removed?

0 Answers  


How to ignore the el expression evaluation in a jsp?

0 Answers  


How will you use jsp el in order to get the http method name?

0 Answers  






What are the different jsp element types?

0 Answers  


What is out in jsp?

0 Answers  


What is difference between sendredirect and requestdispatcher?

0 Answers  


Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?

0 Answers  


How can I extend the functionality of jsp?

0 Answers  


How are the jsp requests handled?

0 Answers  


What are the ways to insert java code into jsp page?

0 Answers  


Categories