Can we declare an anonymous class as both extending a class
and implementing an interface?
Answer Posted / imtiyaz
upto my knowledge anonymous class can not extend or
implement another class if so can anyone give the example
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is string pooling concept?
What is a function in java?
Can we have more than one package statement in source file ?
What is strings in java?
What is the final access modifier in java?
What are pass by reference and pass by value?
What is the purpose of the enableevents() method in java programming?
Java is Pass by Value or Pass by Reference?
What are meta-annotations?
Explain the differences between abstraction and encapsulation?
What is the instance of an object?
What is data member in java?
What is the method to declare member of a class static?
When do I need to use reflection feature in java?
What does singleton class mean?