Answer Posted / shaileja
Whenever the jsp page receives the request for the first
time
Whenever it receives the request jspEngine will check
whether the servlet is generated or not? if yes it will
give the reference to the page otherwise it will generate
new one
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the working of service() method of a servlet.
How will two or three servlets interact or communicate with each other?
List the Different types of servlet?
What is servlet and its types?
How many objects of a servlet is created?
What is the difference between using getSession(true) and getSession(false) methods?
What are the two important api's in for servlets?
What's the use of servletcontext?
Define the servlet mapping.
What is servlet in simple terms?
How many servlet objects are created?
Is servlet thread safe?
What do you mean by annotations in servlet?
What do you mean by cgi and what are its drawbacks?
How to get the server information in a servlet?