Answer Posted / naresh
there are 3 directives in JSP
1)<%page...%>
2)<%include...%>
3)<%taglib...%>
Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
How jsp is compiled?
Which method cannot be overridden in jsp?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
Explain the various scope values for tag.
What is jsp and why it is used?
Give uses of object cloning?
What are the elements of jsp?
What is jsp application?
Why is it not necessary to configure standard jsp tags in web.xml?
What are the benefits of pagecontext implicit object?
What are the attributes on page directives?
What do you know about pagecontext and what are the advantages of using it?
Why jsp is faster than servlet?
What is the difference between a scrollbar and a scrollpane in jsp?
What is the page directive is used to prevent a jsp page from automatically creating a session?