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
How task's priority is used in scheduling?
how to use debug in my elipse to solve problems that exist in my project
What is the purpose of the wait() method?
What class is used to create Server side object ?
What are the steps to write p-to-p model application?
how i secure my site with the https protocol.what are the steps?
What is difference between object state and behavior?
what are RemoteObjects?
What do you mean by Socket Programming?
Is the session factory thread safe?
Can I use multiple html form elements with the same name?
What event results from the clicking of a button?
Describe, in general, how java's garbage collector works?
How can I scroll through list of pages like the search results in google?
How a component can be placed on Windows?