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 maximum size of arraylist in java?
Can one thread block the other thread?
Explain the scope or life time of class variables or static variables?
What is java used for on a computer?
What is mutable object and immutable object?
What is backdrop?
What is the difference between Java and C++?
What is stack class in java?
Do you know why doesn't the java library use a randomized version of quicksort?
What is a line break?
What is variable and rules of variable?
Similarity and difference between static block and static method ?
How many types of methods are there?
How variables are stored in memory?
What is difference between Heap and Stack Memory?