Monday, 13 February 2012

Can an anonymous class be declared as implementing an interface and extending a class? | Core Java

An anonymous class may implement an interface or extend a superclass, but may not be declared to do both.