Answer Posted / 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 |
Post New Answer View All Answers
Why are component architectures useful?
What is a session? Can you share a session object between different theads?
Write a singleton program?
What is the form of storage space in java?
What are transaction attributes?
what is a non-repeatable read?
Why is actionform a base class rather than an interface?
how do you Handle Front End Application data against DB with example?
Describe responsibilities of Activator?
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?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is the difference between java class and bean?
How to pass parameters in RMI?
What is ripple effect?