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...

how a servlet is instantiated, whether the container calls
init() or by calling any other method? please somebody reply..

Answer Posted / suraj kumar

The servlet is controlled by the container in which the servlet has been deployed. When a request is made to a servlet, its mapping is searched in web.xml. If mapping found then the container performs the following steps.
a.If an instance of the servlet does not exist, the Web container loads the servlet class.
b.Creates an instance of the servlet class.
c.Initializes the servlet instance by calling the init method

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the uses of servlet and what is servlet chaining?

1148


What do you mean by singlethreadmodel interface?

1099


What’s the difference between forward() and sendredirect() methods?

1068


What are the important functions of filters?

1204


What do you mean by default initialization in java servlet?

1143


What is the use of servlet wrapper classes?

1242


What is the difference between CGI and Servlet?

1129


What is the effective way to make sure all the servlets are accessible only when user has a valid session?

1123


What is new in ServletRequest interface ? (Servlet 2.4)

1064


Whether we can get deadlock situation in servlets?

1123


Explain the servlet filter.

1043


What do you mean by the servlet chaining?

1149


How a servlet is unloaded?

1136


Write a program to show the functionality of doget and dopost method?

1260


How do you create a cookie using servlet?

1228