Re: Servlet creation and servlet loading........ Servlet can initialize when it recieves a request for that srvlet first time. This is called servlet creation.
The process of loading servlet before any request comes then this is called sevletloading
It loades with the help of <load-on-startup> attribute from the deployment descriptor
__________________
cheers
Aman
|