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
How many characters is 2 bytes?
hr interview how many minutes asking question
What is the difference between iterator and enumeration ?
What is the difference between preemptive scheduling and time slicing in java programming?
Explain about OOPS concepts and fundamentals.
What are wrapped classes in java programming?
Is java an open source?
What is an exception? difference between Checked and Unchecked exception in Java
Enlist few advantages of inheritance?
Does java allow default arguments?
Define packages in java?
what is the difference between process and thread? : Java thread
What is a heavyweight component?
What is one third plus one third as a fraction?
Is class is a data type?