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 invokes a thread?s run() method?

2 Answers  


how to search the pertical objects in a Collections

3 Answers   iGate,


What state a thread enters, When it blocks on I/O?

2 Answers  


What are the steps to write p-to-p model application?

0 Answers  


Should synchronization primitives be used on bean methods?

0 Answers  


difference between applicationserver and webserver

2 Answers   SolutionNET,


What is Stream and Types?

2 Answers   Patni,


What is waiting state? In what ways a thread can enter into waiting state?

2 Answers   Wipro,


does j2ee means advanced java

10 Answers  


Explain about RMI Architecture?

0 Answers  


the same information whether it will connect to the database or it will be used previous information?

0 Answers  


what are getters and setters in Java with examples?

0 Answers   HCL, Infotech,


Categories