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
What is the purpose of declaring a variable as final?
What is a local class in java?
How to convert string to byte array and vice versa?
What is the difference between form & report?
What is scanner in java?
What are structs in java?
What is javac_g?
Can we use return in constructor?
Is main is a keyword?
What is string [] java?
How to sort array of 0 and 1 in java?
How to set the permissions to a file in java?
Difference between arraylist and hashset in java?
Can classes declared using the abstract keyword cab be instantiated?
What is time complexity algorithm?