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 restrictions are placed on the values of each case of a switch statement?
What is metaspace?
What are the oops concept?
What is scalable, portability in the view of J2EE?
To what value is a variable of the string type automatically initialized?
What is the difference between session and entity beans?
Where can I find seam examples and documentation?
Do you think that java should have had pointers?
Can I map more than one table in a cmp?
Name the eight primitive java types.
What are the types of scaling?
how i secure my site with the https protocol.what are the steps?
What are local interfaces? Describe.
Why won’t the jvm terminate when I close all the application windows?
What is bean? Where can it be used?