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

What are the disadvantages of using threads?

3 Answers   Oracle, SFS,


Why are my checkboxes not being set from on to off?

0 Answers  


Explain the purposes of methods wait(), notify(), notifyAll ()?

2 Answers  


Is infobus easy to use?

0 Answers  


String is immutable.it is true String can be change to mutable How?

6 Answers   IBM, Professional Access, TCS,






difference. between List and Set?

2 Answers   Campus Interaction, HCL, Infotech,


Is multiple try block is possible in single java Application......

3 Answers  


What are the benefits of detached objects?

0 Answers  


what is Static binding?

2 Answers   Wipro,


What are the thread-to-thread communcation?

1 Answers  


What is a convertor?

1 Answers   Suzlon,


diff mvc1 and mvc2 wahts is mean by servlet chaining?

1 Answers   SolutionNET,


Categories