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
How is jsp better than servlet technology?
How can we extend jsp technology?
What is jsp and its advantages?
How can we create jsp custom tags?
How we can configure init params in jsp?
What is the jspinit() method?
Explain the advantages in jsp?
What is difference between jsp and jstl?
How can we handle the exceptions in jsp?
What is the major difference between servletcontext and pagecontext?
Why is jsp used?
How do you delete the session data?
Mention the scope values for
What are the implicit, internal objects and methods on the jsp page?
Show the 2 types of comments in JSP.