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 |
Give a sample jsp configuration in the deployment descriptor.
What do cookies mean?
List the different scope values for the <jsp:usebean> tag in jsp?
What language is used to write servlets and jsp?
What do you mean by isscriptingenabled attribute?
What are the jsp lifecycle phases?
Which categories can be divided jstl tags, give examples.
What is difference between jsp and jstl?
What is an expression in jsp?
Explain the advantages in jsp?
Why do we use jstl tags?
How does the Jsp Expressions works ? What happens at the back?