Answer Posted / ranganathkini
The Java AWT provides a number of adapter classes for the
different EventListener interfaces. These adapter classes
implements the corresponding interfaces with a series of
do-nothing methods.
By subclassing the respective Adapter rather than
implementing EventListener interfaces directly, one can
avoid having to write the methods that are not actually
needed. Only those methods can be overridden that are
planned to be actually implemented.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is equlas() and hashcode() contract in java? Where does it used?
What is io stream in java?
What is main function purpose?
What are loops in java? What are three types of loops?
What are predicates in java 8?
What is an image buffer?
Why do we need data serialization?
What is the size of integer?
Can you change array size in java?
When to use runnable interface vs thread class in java?
What is the use of arraylist class in java?
Can you start a thread twice in Java?
What is the difference between reader/writer and inputstream/output stream?
Why object class is super class for every class in java?
How to sort array of 0 and 1 in java?