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 the difference between the font and fontmetrics classes?
Explain the different types of memory used by jvm?
What is ioc concept & explain it?
Why are some of the class and element names counter-intuitive?
Name the class that is used to bind the server object with RMI Registry?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is chat area? Explain.
Why does the option tag render selected=selected instead of just selected?
What is TL and its use?
When is the best time to validate input?
What is the difference between a menuitem and a checkboxmenuitem?
Can we sent objects using Sockets?
Can you give me a simple example of using the requiredif validator rule?
What is the infobus?
What is table mutation and how do you avoid it?