Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / ravikiran

when we are requesting a particular resource in the
server,the comiled class will be loaded into the container
calls the no-arg constructor and init() then the container
will create request,response objects and pass it to the
corresponding doXXX() method based on the http method of the
form,allocates a thread and do the business logic and send
the response back to the client by sending the thread to a
connection pool and destroying the request and response objects

Is This Answer Correct ?    14 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of dispatcherservlet properties?

1193


How can the referrer and the target urls be used in servlet?

1061


Why session tracking is needed?

1088


How printwriter is different from servletoutputstream?

1067


What do you mean by url pattern in servlet?

1160


Explain the concept of ssi ?

1114


Why is httpservlet declared abstract?

1179


What is the difference between a generic servlet and http servlet?

1044


What is servlet in simple terms?

1076


What does the term localization refer to?

1181


Where do you define dispatcherservlet?

1107


Can you create a deadlock condition on a servlet?

1125


What is Servlets and explain the advantages of Servlet life cycle?

1168


What is the importance of init() method in Servlet ?

1128


Write a simple servlet program to print the contents of html.

1120