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 ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the important functions of filters?

1207


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

1104


What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?

1089


What do you mean by web applications? Explain web application directory arrangement?

1009


What are the type of protocols used in httpservlet?

1149


What are the steps that are involved in using the httpservlet class?

1190


What is servlet lazy loading?

1233


What is difference between server and servlet?

1142


How to rectify errors in java servlet while compilation?

1014


What is servlet api used for conneting database?

1283


Describe servlet?

1102


Given the request path below, which are context path, servlet path and path info?

1100


What is cgi and what are its drawbacks?

1154


How do I know if java is running on linux?

1181


What is the requirement of servlet config and servlet context implemented and how are they implemented?

1054