Answer Posted / sravanthi
we can't extend jsp page
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
Which directive is used in jsp custom tag?
How can I extend the functionality of jsp?
What is difference between custom jsp tags and beans?
What is tld file?
How can I prevent the use of scripts and java code on the jsp page?
What is jsp standard tag library, provide some example usage?
How is jsp used in the mvc model?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
What is the difference between directive include and jsp include?
Is the session object always created on the jsp page, is it possible to disable its creation?
What are implicit objects in jsp?
What’s the difference between forward and sendredirect?
What is a javaserver pages (jsp)?
What is jsp tag?