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

How does response sendredirect work?

0 Answers  


What is action tag in jsp?

0 Answers  


What is the use of jstl tags in jsp?

0 Answers  


Why does _jspService() start with an ‘_’ but other lifecycle methods do not?

0 Answers  


What is full api?

0 Answers  






How can I declare methods within my jsp page?

0 Answers  


What is the different between servlet and struts

2 Answers  


What is jsp expression language and what are it’s benefits?

0 Answers  


How can a cookie is deleted with JSP?

1 Answers  


How to use jsp el to get http method name?

0 Answers  


What are different implicit objects of jsp?

0 Answers  


Give an example where you need jsp custom tag?

0 Answers  


Categories