Answer Posted / barkha
An adapter class is a class that provides a dummy (empty)
implementation for an interface. That way someone who wants
to implement the interface but does not want or does not
know how to implement all methods, can use the adapter class
instead, and only override the methods he is interested in.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
State some advantages of java?
What is thread life cycle in java?
What are abstract methods in java?
What is java life cycle?
What is the difference in between cpp and java? Can u explain in detail?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Are arrays static in java?
What is instance means in java?
What is bigger kb or mb?
What is the difference between a static and a non-static inner class in java programming?
What is independent and dependent variables in research?
What are static blocks and static initalizers in java ?
How can u increase the heap size in the memory?
What is the difference between an object-oriented programming language and object-based programming language?
Is intellij better than eclipse?