Answer Posted / akash srivastava
JSP directives are used to specify the attributes of
pages.Using directives we can even import some packages.So
using the directive statement we have specified the
packages that has to be imported...
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
When does a container initialize multiple jsp / servlet objects?
What is the jsp?
How do I prevent the output of my jsp or servlet pages from being cached by the browser?
Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
What is difference between page and pagecontext in jsp?
How do you delete the session data?
How does a jsp engine work?
How to delete a cookie in jsp?
how can i add properties in dynamic text fields using .js file?
How can I override the jspinit() method within a jsp page?
Is jsp page extensible true false?
What is jsp standard tag library, provide some example usage?
How can the output of JSP or servlet page be prevented from being cached by the browser?
What is the difference between include and jsp directive: include action?
Explain the advantages of jsp?