Jean Bresse wrote:
>
> The example that I picked from WROX's Professional Java Server Programming did
> neither, that is it did not extend a class nor implemented an interface.
Okay, my response is off topic, but it's really bugging me when people say
DBManager doesn't extend a class.
Yes, the DBManager class does not EXPLICITLY extend any class, but all java
classes are subclasses of Object. So DBManager extends Object implicitly. That's
why you could put super() into the constructor and the compiler didn't complain.
K Mukhar
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html