Answer Posted / suresh sa
<%page %>
<%include %>
<%taglib %>
<% = %> -> Expression tag
<% %> -> Scriplet Tag for all java codes
<%! %> - > Declaration tag
<%-- %> -> Comment Tag
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how you understand the action tag and jsp action elements.
How do I use sendredirect?
What are the possible values for language directive?
How does el search for an attribute?
What are the jsp tags?
What is session scope?
Why is _jspservice () method starting with an '_'?
Can a jsp page instantiate a serialized bean?
What is expression language injection?
How can we disable java code or scripting in jsp page?
How do I view a jsp file?
What is jsp standard tag library, provide some example usage?
How does a servlet communicate with a jsp page?
What are the different scopes an object can have in a jsp page?
What is contextpath in jsp?