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 servlet preinitialization?

Answer Posted / surajkumar.java

A servlet is lazily loaded in servlet container of web or
application server. This means, a servlet is not instantiated
or initialized in servlet container as long as it has not been
requested for the first time. A servlet can be preloaded and
preinitialized with the help of <load-on-startup> of web.xml
(deployment descriptor) file.The preloading of a servlet
before any user request is called servlet preinitialization.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What restrictions are placed on the values of each case of a switch statement?

1061


What is metaspace?

1087


What are the oops concept?

1132


What is scalable, portability in the view of J2EE?

2576


To what value is a variable of the string type automatically initialized?

1169


What is the difference between session and entity beans?

1171


Where can I find seam examples and documentation?

1148


Do you think that java should have had pointers?

1127


Can I map more than one table in a cmp?

1128


Name the eight primitive java types.

1199


What are the types of scaling?

1140


how i secure my site with the https protocol.what are the steps?

2393


What are local interfaces? Describe.

1304


Why won’t the jvm terminate when I close all the application windows?

1300


What is bean? Where can it be used?

1245