Answer Posted / santosh
JSP scripting elements let you insert code into the servlet
that will be generated from the JSP page. There are three forms:
1. Expressions of the form <%= expression %>, which are
evaluated and inserted into the servlet’s output
2. Scriptlets of the form <% code %>, which are inserted
into the servlet’s _jspService method (called by service)
3. Declarations of the form <%! code %>, which are inserted
into the body of the servlet class, outside of any existing
methods
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
When the destroy method of the jsp's are called?
How does response sendredirect work?
Explain the uses of jsp?
What information is needed to create a tcp socket?
How to retrieve warnings?
Explain jsp lifecycle methods?
Why are implicit objects not available in a regular jsp page?
What are the components that make up a tag library in jsp?
what is social transformation system? any site reference? How i get requirement gathering about for it? i wanna build website on this topic
Mention the implicit objects in a jsp.
What is < jsp:forward> tag for?
How can we handle exceptions thrown by jsp service method?
What are the types of directives in jsp?
Why jsp is used in java?
How do I create a dynamic web project?