Can we declare an anonymous class as both extending a class
and implementing an interface?
Answer Posted / devarathnam
Hi... Yes we can declare anonymous class either extending a
class or implementing an interface but not both.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does int argc char * argv [] mean?
What do u mean by variable?
What is a Hash Table? What are the advantages of using a hash table?
What are the basic control structures?
Is static a keyword in java?
How to retrieve data from database in java using arraylist?
What is a jit compiler?
What do you mean by constant time complexity?
what is bmg file and how to create that files?what will it contailn?
What are the differences between checked exception and unchecked exception?
What is string [] java?
Which is bigger float or double?
what is mutual exclusion? : Java thread
What is the default value of local and global variables?
What is the difference between variable & constant?