Answer Posted / mamatha
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 ? | 22 Yes | 0 No |
Post New Answer View All Answers
Explain the working of service() method of a servlet.
List out difference between a JavaBean from a Servlet?
Difference between GET and POST?
What is the importance of init() method in Servlet ?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
How do you find out what client machine is making a request to your servlet
What are different methods of session management in servlets?
What’s the difference between sendredirect and forward methods
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
How to get the server information in a servlet?
What is called Session Tracking?
If servlet receives multiple requests, how many objects will it create?
Why is init() method is used in servlets?
Define declaration.
What is servlet interface?