Answer Posted / guest
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 ? | 16 Yes | 1 No |
Post New Answer View All Answers
Can I run seam outside of jboss as?
How would you detect a keypress in a jcombobox?
What are the oops concept?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Explain what is synchronization?
What is the difference between long.class and long.type?
wahts is mean by dynavalidatorform in struts/
What state does a thread enter when it terminates its processing?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Difference between loadclass and class.forname?
How a component can be placed on Windows?
Can I run seam with jdk 1.4 and earlier?
What are the diff types of exception?
What does module-relative mean?