Answer Posted / vij
A directive is a way for you to give special instruction to
the container at page translation time.
3 flavours
page
include
taglib
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
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 jsp api?
Can we use the exception implicit object in any jsp page?
Is jsp and javascript same?
What is the full form of jsp?
What is the page directive is used to prevent a jsp page from automatically creating a session?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
What is the requirement of a tag library?
What do you mean by context initialization parameters?
Explain some jsp life-cycle methods that can be overridden.
How can you make the finally clause not to fail to execute?
What is jsp custom tag and what are it’s components?
What is page scope?
What is difference between custom jsp tags and beans?
How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?