Jasper Reports Developer Question:
Can anonymous class be declared as implementing an interface and extending class in Java Programming?

Answer:
An anonymous class may implement an interface or extend a superclass, but may not be declared to do both.
Previous Question | Next Question |
Which class is superclass for the every class in Java Programming? | Which invokes thread's run() method in Java Programming? |