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 is the difference between jsp and thymeleaf?
What are the possible values for language directive?
What is jsp scriptlet tag used for?
How can we stop errors on display in a jsp page?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What is pagecontext?
Why do we need custom tags in jsp?
What is the difference between "JTable" and "JTGrid"? can they be used interchangeably?
How can you make the finally clause not to fail to execute?
how to insert star image and need to rate it.. one star two star so on how to do in jsp...????
What are page directives?
How many tags are provided in jstl?
What are the features of jsp?
How do I view jsp files in my browser?
What is server context?