What is servlet preinitialization?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Will the general public have access to the infobus apis?

623


Which containers use a border layout as their default layout?

700


What is scalable, portability in the view of J2EE?

1988


Why is string immutable in java?

686


what is an isolation level?

2307






What is meant by method chaining?

742


What is a policy?

1882


Can I run seam outside of jboss as?

722


Can I have an action without a form?

688


What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

678


What’s jboss jbpm?

660


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

2050


Why do threads block on i/o?

791


what are the advantages of JTA over JTS?

1766


Is a class a subclass of itself?

680