What is the super class of All servlets?

Showing Answers 1 - 2 of 2 Answers

javamatrix

  • Sep 30th, 2005
 

The Class GenericServlet is the super class of all known servlets. This class is extended by other classes like HttpServlet. The GenericServlet class is protocol independent.

  Was this answer useful?  Yes

svreddy

  • Nov 13th, 2005
 

servlet super class is the Servlet only.but it is the servlet technology by the javasoft people already defined in genericclass,http etc

   like as we wish to create infinate no of servlets can be created with implements Servlet.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions