Can an anonymous class be declared as implementing an
interface and extending a class?
Answer Posted / janet
An anonymous class may implement an interface or extend a
superclass, but may not be declared to do both.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Difference between linkedlist and arraylist.
Explain super keyword in java.
What is string data?
How can a gui component handle its own events?
Is set ordered?
how is final different from finally and finalize in java?
What are the methods available in a class?
Where are the local variables stored?
Explain the importance of join() method in thread class?
Explain a situation where finally block will not be executed?
What happens if we override only equals?
What is nullpointerexception in java?
Does java set allow duplicates?
Why java is called not pure object oriented language?
Why char array is preferred over string for storing password?