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
What are the jsp elements?
What is pagescope in jsp?
What are jsp declarations?
Can we write java code in jsp?
How does jsp engines instantiate tag handler classes instances?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
How can the output of JSP or servlet page be prevented from being cached by the browser?
What is session tracking in jsp?
What do you mean by jsp directives?
What is Include directive?
What are the steps for creating custom tags in jsp?
What is tag file in jsp?
How can I prevent the use of scripts and java code on the jsp page?
What language is jsp?
Why we use jsp instead of html?