View Single Post
  #5 (permalink)  
Old 09-25-2007, 12:22 AM
jeyaprakash.c jeyaprakash.c is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 228
jeyaprakash.c is on a distinguished road
Default Re: Servlet creation and servlet loading........

When browser make a request container find that the request is for servlet this time container create two object ie request and response this is know as creation ,and then the servlet thread is created and then all the initialization parameter is called this is known as servlet loading
__________________
thanx n regards
jeyaprakash.c
Reply With Quote