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
Difference between loadclass and class.forname?
What is a clone?
Do I need to import javlang package any time? Why ?
why static class in java
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
how do you Handle Front End Application data against DB with example?
What are the different algorithms used for clustering?
Have you used threads in Servelet?
What is the highest-level event class of the event-delegation model?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Why doesn’t the focus feature on the tag work in every circumstance?
Can you control when passivation occurs?
What restrictions are placed on the values of each case of a switch statement?
whats is mean by tiles in struts
what is the use of State Factories?