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
Will the general public have access to the infobus apis?
Which containers use a border layout as their default layout?
What is scalable, portability in the view of J2EE?
Why is string immutable in java?
what is an isolation level?
What is meant by method chaining?
What is a policy?
Can I run seam outside of jboss as?
Can I have an action without a form?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What’s jboss jbpm?
What are the steps to write p-to-p model application?
Why do threads block on i/o?
what are the advantages of JTA over JTS?
Is a class a subclass of itself?