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
What value does read() return when it has reached the end of a file?
What is bean? Where can it be used?
How primary key is implemented in Oracle?
whats is statement and procedure
What is a sessionfactory? Is it a thread-safe object?
Do I have to use jsps with my application?
What is the relationship between local interfaces and container-managed relationships?
How to pass parameters in RMI?
Difference between swing and awt?
What is the difference between the string and stringbuffer classes?
Can I run seam with jdk 1.4 and earlier?
Are enterprise beans allowed to use thread.sleep()?
What is a policy?
Which textcomponent method is used to set a textcomponent to the read-only state?
Explain the difference between object state and behavior?