View Single Post
  #4 (permalink)  
Old 07-07-2008, 09:46 AM
tovr006 tovr006 is offline
Junior Member
 
Join Date: Jun 2008
Posts: 4
Smile

servlet is a single instance multiple threads technology so that for every request given by a client creates thread representing servlet instance
Reply With Quote