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

Which are the different segments of memory?

0 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  


Are there books about seam?

0 Answers  


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

0 Answers  


a US company has filed my H1B visa ,, and i got selected in random number process.I wanna ask Could they ask regarding my languages(java,c++) or there will b just general questions?? And wat kind of questions will they ask in embassy interview??

2 Answers  






Should synchronization primitives be used on bean methods?

0 Answers  


Do you think that java should have had pointers?

0 Answers  


What class is used to create Server side object ?

0 Answers  


difference between HashMap, Hashset and hashTable?

2 Answers   HCL, Infotech,


What is there in browser that it supports web based applications of java or any other PL?

2 Answers  


Wt is the main difference between Java and Java J2EE and Advanced java?

5 Answers   Wipro,


Difference between swing and awt?

0 Answers  


Categories