|
Re: what happens when we give load-on-startup as 0 in web.xml?
hi swathi
The webcontainer is the responsible for calling the init() before creating the object. but when u r providing the webcontainer first creates the object in the browser after thn it will call the init() metod.
|