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 can i add properties in dynamic text fields using .js file?

0 Answers  


What are the two ways to include the result of another page?

0 Answers  


What is full api?

0 Answers  


What is the difference between jsp and thymeleaf?

0 Answers  


What is jsp and its uses?

0 Answers  






What is application in jsp?

0 Answers  


Why are implicit objects not available in a regular jsp page?

0 Answers  


List down the major differences between the jsp custom tags and java beans.

0 Answers  


Is jsp front end or backend?

0 Answers  


What are the different scopes an object can have in a jsp page?

0 Answers  


What is difference between page and pagecontext in jsp?

0 Answers  


Differentiate between include directive and include action.

0 Answers  


Categories