Can an anonymous class be declared as implementing an interface and extending a class in Java Programming?

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

Read Online Java Job Interview Questions And Answers