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 are the escape sequences in java?
Wha is the output from system.out.println(“hello”+null); ?
Can a set contain duplicates?
Can one thread block the other thread?
How an object is serialized in java?
What is the maximum size of array in java?
How do you bind variables?
What is the difference between stream and buffer?
Can we assign null to double in java?
what is difference between equals and ==?
What do you mean by light weight and heavy weight components?
How do you make a thread in java?
What is boolean logic?
What is lossy conversion in java?
What is the difference between JDBC 1.0 and JDBC 2.0?