what is the control flow in servlet when we send a request?

Answer Posted / puli

when the request is go the server webcontainer creates
request object and response object after that service
method will be called passed request and response objects
as a parameters.
Next request and response objects are destroyed.
Thanks
Puli mama

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the web server used for running the Servlets?

791


Explain the lifecycle of a servlet?

747


What is servlet container?

901


What is the difference between the include() and forward() methods?

839


Why is init() method is used in servlets?

774


What is the structure of the http response

951


How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255

3148


Which event is fired at the time of project deployment and undeployment?

1085


What is called servlet mapping?

772


What are the mechanisms used by a servlet container for maintaining session information?

803


How would you create deadlock on your servlet?

872


What are the difference between session and cookies in servlet? Explain

832


What is the purpose of requestdispatcher interface?

855


What do you mean by deployment descriptor?

782


How the typical servlet code look like ?

907