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



What is servlet preinitialization..

Answer / 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

More Advanced Java Interview Questions

Explain the advantages and disadvantages of detached objects.

0 Answers  


How are commas used in the intialization and iteration parts of a for statement?

0 Answers  


Difference between JRE and JVM?

3 Answers   HeadStrong, Infotech,


Differences between applications and applets?

3 Answers  


In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?

0 Answers  


Name three subclasses of the component class?

0 Answers  


Difference between swing and awt?

0 Answers  


What are the pros and cons of detached objects?

0 Answers  


Why use POJO when I can use hashmap

0 Answers   Infotech,


What are the ways to define classes that can be run as threads?

1 Answers   KPIT,


difference between applicationserver and webserver

2 Answers   SolutionNET,


What method is used to create the daemon thread?

1 Answers  


Categories