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 difference in between the httpservlet and generic servlet?

609


What is servlet in simple terms?

574


When servlet is loaded?

596


Define the lifecycle for executing a jsp page.

597


What is the difference between servlet and filter?

532






What is a cookie What is the difference between session and cookie

599


What is the type of method for sending request from http server?

598


What is servlet collaboration?

666


What are the life cycle methods of the servlet?

582


How can I send user authentication information while making URL Connection?

549


Whether we can get deadlock situation in servlets?

578


How do you deal property files in servlet?

606


How native code can be used in a servlet?

3524


Which interface must be implemented by all servlets?

801


how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file

2088