Answer Posted / peeyush
<%....%>scriptlet , embeding scripting code
<%=...%>expression
<%!....%> declaration
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
When destroy method of jsp is called?
How we can configure init params in jsp?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
What do you know about pagecontext and what are the advantages of using it?
Explain JSP Output comments?
How to print java variable in jsp?
What is _jspservice method?
Which package does a jsp api consist of?
What is jsp action tags?
What are the implicit, internal el jsp objects and their differences from jsp objects?
What is jsp expression language and what are it’s benefits?
What are the implicit, internal objects and methods on the jsp page?
What is expression language in jsp?
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 is _jspservice() method starting with an '_' while other life cycle methods do not?