Answer Posted / peeyush
<%....%>scriptlet , embeding scripting code
<%=...%>expression
<%!....%> declaration
Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
How to connect jsp and java file?
What are the three tags used in jsp bean development?
How can we avoid direct access of jsp pages from client browser?
What is < jsp:forward> tag for?
What is jsessionid?
How to find out the name of the http method using jsp el?
When destroy method of jsp is called?
What are the attributes of page directive?
What is scriptlet in jsp?
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 the difference between jsp and thymeleaf?
What is the advantage of using getProperty action, as compared to the accessor method?
How can I override the jspdestroy() method within a jsp page?
Explain the action.
What program opens a jsp file?