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 |
Explain the advantages and disadvantages of detached objects.
How are commas used in the intialization and iteration parts of a for statement?
Difference between JRE and JVM?
3 Answers HeadStrong, Infotech,
Differences between applications and applets?
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?
Name three subclasses of the component class?
Difference between swing and awt?
What are the pros and cons of detached objects?
Why use POJO when I can use hashmap
What are the ways to define classes that can be run as threads?
difference between applicationserver and webserver
What method is used to create the daemon thread?