Please send your Questions & Answers or Feedback to "mohan@javabook.org"

How the servlet is loaded?


A servlet can be loaded when:
First request is made.
Server starts up (auto-load).
There is only a single instance which answers all requests concurrently. This saves memory and allows a     Servlet to easily manage persistent data.
Administrator manually loads.
Related Posts Plugin for WordPress, Blogger...
Flag Counter