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 is a clone?
what is the use of State Factories?
What is the difference between the session.get() method and the session.load() method?
What is the difference between the font and fontmetrics classes?
how do you Handle Front End Application data against DB with example?
What is the argument type of a programs main() method?
What is a tasks priority and how is it used in scheduling?
What event results from the clicking of a button?
Is a class a subclass of itself?
What is the relationship between the canvas class and the graphics class?
Why does the tag url-encode javascript and mailto links?
What is the difference between static and non-static with examples?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Is the session factory thread safe?
Can I map more than one table in a cmp?