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 invokes a thread?s run() method?
how to search the pertical objects in a Collections
What state a thread enters, When it blocks on I/O?
What are the steps to write p-to-p model application?
Should synchronization primitives be used on bean methods?
difference between applicationserver and webserver
What is Stream and Types?
What is waiting state? In what ways a thread can enter into waiting state?
does j2ee means advanced java
Explain about RMI Architecture?
the same information whether it will connect to the database or it will be used previous information?
what are getters and setters in Java with examples?