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

If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.

2 Answers  


Can a thread be a member of another thread?

2 Answers  


What is JNI?

1 Answers   Google, TCS,


What is checkpoint? How to create checkpoints in our java projects?

1 Answers   ABC,


What class is the top of the awt event hierarchy?

0 Answers  


How many times may an objects finalize() method be invoked by the garbage collector?

0 Answers  


Hello, I'm java developer. My skill is programming with java,jsp, struts, struts2+spring, hibernate, eclipse, tomcat, mysql,Oracle,Middlegen and other open source technology. I'm interest work any web base project that use my ability above. The thing is that I have never got any chance to work in this field though i am very much comfort with my skills. So if any body want me then i will happily join you. Also I have also some of my friends if you. If you interest to outsource any project to me then also you are welcome. you can reach me by email at me4bangalore@yahoo.in

4 Answers  


How can I scroll through list of pages like the search results in google?

0 Answers  


What are synchronized methods and synchronized statements?

2 Answers   Adobe,


what is JTA ?

2 Answers  


What is a class loader?

5 Answers  


Which are the different segments of memory?

0 Answers  


Categories