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
Which javutil classes and interfaces support event handling?
what is an isolation level?
Why do I get a duplicate name error when loading a jar file?
Define the remote object implementation?
Can we sent objects using Sockets?
What are transaction attributes?
What is the difference between RMI registry and OS Agent?
When a thread blocks on i/o, what state does it enter?
Can you control when passivation occurs?
Is the session factory thread safe?
Can I map more than one table in a cmp?
Name three subclasses of the component class?
What is the difference between long.class and long.type?
what are getters and setters in Java with examples?
Which container method is used to cause a container to be laid out and redisplayed?