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
Can you make use of a servletoutputstream object from within a jsp page?
Where is jsp used?
How to pass information from jsp to included jsp?
What is difference between include directive and jsp:include action?
How do I create a dynamic web project?
What is the difference between include and jsp directive: include action?
How can I prevent direct access to a jsp page from a browser?
What is context url?
What is a translation unit?
Why is jsp used for?
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.
why ,what, when, where,how the extended star schema is used.
What information is needed to create a tcp socket?
Are dialogue tags necessary?
What are advantages of jsp over asp, php, pure servlets and others?