Which class does a servlet usually inherit from?
I answer javax.Servlet, but it is incorrect, please
tell me the right answer.
-
how to answer the Question? (1 messages)
- Posted by: mark shen
- Posted on: December 08 2000 16:22 EST
Threaded Messages (1)
- how to answer the Question? by Dimitri Rakitine on December 09 2000 04:19 EST
-
how to answer the Question?[ Go to top ]
- Posted by: Dimitri Rakitine
- Posted on: December 09 2000 04:19 EST
- in response to mark shen
javax.servlet.GenericServlet (or, of the question is poorly constructed, javax.servlet.http.HttpServlet).