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
What is the web server used for running the Servlets?
Explain the lifecycle of a servlet?
What is servlet container?
What is the difference between the include() and forward() methods?
Why is init() method is used in servlets?
What is the structure of the http response
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
Which event is fired at the time of project deployment and undeployment?
What is called servlet mapping?
What are the mechanisms used by a servlet container for maintaining session information?
How would you create deadlock on your servlet?
What are the difference between session and cookies in servlet? Explain
What is the purpose of requestdispatcher interface?
What do you mean by deployment descriptor?
How the typical servlet code look like ?