You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Carlos. UNICA COMUNICACION." <ca...@unicaonline.com> on 2001/04/20 11:35:55 UTC

general question

Which class does a servlet usually inherit from? 


Re: general question

Posted by Arnaud Dostes - NTI <ad...@nti-sa.com>.
The answer to your question is "HttpServlet"

I recommend you read the servlet tutorial to learn more about servlets :
http://java.sun.com/docs/books/tutorial/servlets/index.html

Regards, AD.

----- Original Message ----- 
From: "Carlos. UNICA COMUNICACION." <ca...@unicaonline.com>
To: <to...@jakarta.apache.org>
Sent: Friday, April 20, 2001 11:35 AM
Subject: general question


> Which class does a servlet usually inherit from?