View Single Post
  #4 (permalink)  
Old 09-25-2007, 12:18 AM
S.Vinothkumar S.Vinothkumar is offline
D-Web Genius
 
Join Date: May 2007
Posts: 1,061
S.Vinothkumar is on a distinguished road
Default Re: Servlet creation and servlet loading........

hi
ServletLoading:
While running your Servlet class,classloader will read the information available in your servlet and places inside classArea(nothing but a memory created by JVM).

ServletCreation:
There are serval cases in creating servlet object.Genaral case is ,when your browser sends first request to the servlet ,the web-container will create the servlet object.
Web-container has the liberty when to create a servlet object and when to destroy it.
__________________
S.VinothkumaR
Behind me is infinite power,
Before me is Endless Possibility,
Around me is Boundless Opportunity,
Why should I fear!
Reply With Quote