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 Activation Instantinator?
Explain the steps in details to load the server object dynamically?
How substring() method of string class create memory leaks?
What is a tasks priority and how is it used in scheduling?
what is handle?
What are the different types of exception?
Why do I get a duplicate name error when loading a jar file?
How are commas used in the intialization and iteration parts of a for statement?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What are the diff types of exception?
How to determine SGA site?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Name the eight primitive java types.
Why is string immutable in java?