File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes HttpServlet Basic question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply locked New topic
Author

HttpServlet Basic question

Anurag Gupta
Ranch Hand

Joined: Dec 13, 2001
Posts: 40
If you look at the definition of HttpServlet:



and its super class, the GenericServlet


Since GenericServlet implements Serializable, then whats the need for the HttpServlet to implement Serializable again?
Am I missing something here !!!


Anurag Gupta
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

Please do not post the same question more than once.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: HttpServlet Basic question
 
Similar Threads
GenericServlet Vs HttpServlet
Where does ServletContect come in the hierarchy ?
Calling the service() method
Why HttpServlet also implements Serializable?
Why HttpServlet implements Serializable interface