Answer Posted / akki
Adapter classes are empty implementation of the methods provided by their corresponding interfaces.
if we implements the interface we have to give definition to all methods of interface.
but if we extend adapter class then we will require to define method which we gonna use in our code
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
Is 0 a real number?
Why is whitespace important?
Can we catch more than one exception in a single catch block?
What is java in detail?
How does sublist works in java?
why not override thread to make a runnable? : Java thread
What is java thread dump, how can we get java thread dump of a program?
What is the purpose of the system class in java programming?
What is primitive array?
What are advantages and disadvantages of OOPs?
Why is stringbuffer not immutable?
What is the Concept of Encapsulation in OOPS
Explain the purpose of garbage collection in Java?
What is the maximum length of a url?
Which is better arraylist or vector?