What is servlet preinitialization?
Answers were Sorted based on User's Feedback
Answer / 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 |
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 |
Servlet can loaded in servlet container of web or
application server at the time of first request sent to
that servlet.
If we want to preinitialized the servlet by using <load-on-
startup> tag(Aritten in web.xml). If we use that tag,
servlet is intialized at the time of server start.
| Is This Answer Correct ? | 7 Yes | 0 No |
What is the return type of interrupt method?
How primary key is implemented in Oracle?
what is the diffrence between banking and insurance domain?
What is Connection Pooling?
1 Answers Enteg Technologies, Infosys, Polaris,
Brief description about local interfaces?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
To identify IDL language what mapping mechanism is used?
Why RMI required an interface?
Is there a guarantee of uniqueness for entity beans?
What is the difference between static and non-static with examples?
What is Stream Tokenizer?
In a multitiered application which tier is the browser in?