Adapter classes?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / a sriniva rao
By using Adapter class we can implement the interface's
required methods.for ex. in an interface there are 100's of
methods,but we want to implement only two methods.By using
Adapter class we can implement those two methods and rest
are defined by null body.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ravikiran
Adapter classes are the null implementation for the methods
od container class
Is This Answer Correct ? | 2 Yes | 0 No |
What is rule of accessibility in java?
What is this keyword used for?
What are autoboxing and unboxing? When does it occur?
How to reverse string in java?
where final and static variable stored?
What does method mean?
What is yielding and sleeping? how they different?
Is empty set an element of empty set?
What is a flag variable?
Is java is a fully object object oriented language?
Can I declare a class as private?
Will minecraft java be discontinued?