Answer Posted / sandeep m
First statement in jsp can be anything such as a scriptlet
(<%.......%>), expression <%= .......%>), declaration
(<! ........>) or template text or java script.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
How do you design microservices?
What are all the ways for session tracking?
How do you load an image in a Servlet?
Which interface must be implemented by all servlets?
What is dispatcher servlet?
Explain the servlet filter.
What is difference between server and servlet?
What are the features added in Servlet 2.5?
How can I send user authentication information while making URL Connection?
What is the use of servletconfig interface?
Why is servlet used?
What are the various ways of session supervision in servlets?
What is URL Encoding?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is a generic servlet?