Answer Posted / rajat patel
An adapter class is an implementation class of listener interface which contain all methods implemented with empty body.For e.g WindowAdapter is an adapter of WindowListener interface. Adapter class reduce overhead on programming while working with listener interface.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
List implementations of list interface?
What is the largest number a double can hold?
Can you override a final method?
What is a map in java?
What is get () in java?
What is string variable?
Is there a sort function in java?
What does \ mean in regex?
What is java basic concept?
What is the meaning of nullable?
What is sizeof in java?
How can we make a class virtual?
What is a Null object?
What is the purpose of format function?
Can java object be locked down for exclusive use by a given thread?