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 |
What is waiting state? In what ways a thread can enter into waiting state?
what we can't do in jdbc but can do hibernate?
What is the relationship between local interfaces and container-managed relationships?
Can I map more than one table in a cmp?
How two threads will communicate with each other?
Have you used threads in Servelet?
To identify IDL language what mapping mechanism is used?
How are the elements of a cardlayout organized?
Why a client should be multithreading? Explain.
How to determine SGA site?
What is the purpose of the notifyall() method?
Can you give me a simple example of using the requiredif validator rule?