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

Give a sample jsp configuration in the deployment descriptor.

0 Answers  


What do cookies mean?

0 Answers  


List the different scope values for the <jsp:usebean> tag in jsp?

0 Answers  


What language is used to write servlets and jsp?

0 Answers  


What do you mean by isscriptingenabled attribute?

0 Answers  


What are the jsp lifecycle phases?

0 Answers  


Which categories can be divided jstl tags, give examples.

0 Answers  


What is difference between jsp and jstl?

0 Answers  


What is an expression in jsp?

0 Answers  


Explain the advantages in jsp?

0 Answers  


Why do we use jstl tags?

0 Answers  


How does the Jsp Expressions works ? What happens at the back?

5 Answers   iFlex, Manhattan,


Categories