Answer Posted / guest
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 ? | 16 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between object state and behavior?
Define the remote object implementation?
Name the class that is used to bind the server object with RMI Registry?
difference between ejb,struts,hibernate,spring and jsp
What’s jboss jbpm?
Why a client should be multithreading? Explain.
Which javutil classes and interfaces support event handling?
Which containers use a border layout as their default layout?
Which component handles cluster communication in jboss?
whats is statement and procedure
Why won’t the jvm terminate when I close all the application windows?
What is the difference between system.out ,system.err and system.in?
What is the purpose of the finally clause of a try-catch-finally statement?
What are various types of class loaders used by jvm?
What is permgen or permanent generation?