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
Does anyone still use java?
Can a static method be final?
what is the difference between process and thread? : Java thread
What is method overloading in JAVA? Why is it not present in C ?
What is functional interface in java example?
Can you explain the usages of class.forname()?
What is this () in java?
What is OOP's Terms with explanation?
Can inner class have constructor?
What is meant by overloading?
What is sizeof () operator?
What is a boolean in java?
explain different ways of using thread? : Java thread
What is the r character?
Explain how can you debug the Java code?