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 set ordered?
What is a local block?
Write a program in java to create a doubly linked list containing n nodes.
Define packages in java?
what state does a thread enter when it terminates its processing? : Java thread
Can I override protected method in java?
What is difference between fileinputstream and filereader in java?
Explain 5 features introduced in jdk 1.7?
What is the purpose of using the java bean?
How many types of voids are there?
When does an object becomes eligible for garbage collection in java?
What is annotation in java?
What is the difference between a method and a procedure?
if u open login & logout ,how can udisplay the timelogin & logout members ?
What is boolean example?