File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
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
Author
HttpServlet Basic question
Anurag Gupta
Ranch Hand
Joined: Dec 13, 2001
Posts: 40
posted
Dec 23, 2007 18:34:00
0
If you look at the definition of
HttpServlet
:
public abstract class HttpServlet extends GenericServlet implements Serializable
and its super class, the
GenericServlet
public abstract class GenericServlet extends Object implements Servlet, ServletConfig, Serializable
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
I like...
posted
Dec 23, 2007 22:54:00
0
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
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter