What is servlet preinitialization
Answer / 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 |
Tell me about Firewalls in RMI?
whats is mean by tiles in struts
Can a thread be a member of another thread?
What is an abstract method?
What exceptions are thrown by RMI?
what is JTA ?
how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)
What is the main functionality of RRL(Remote Reference Layer)?
What are the advanatages of RMI ?
What is jboss?
Do you think that java should have had pointers?
For which statements does it make sense to use a label?