View Single Post
  #3 (permalink)  
Old 06-26-2008, 01:00 PM
akhilesh.sgsits akhilesh.sgsits is offline
Junior Member
 
Join Date: Jun 2008
Location: pune
Posts: 5
Default

HttpServlet extends the GenericServlet class ,
service method of genreicServlet class is public
while service method of httpservlet class is protected,
we are able to wright our own service method of generic servlet class
Reply With Quote