Adapter classes?

Answers were Sorted based on User's Feedback



Adapter classes?..

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

Adapter classes?..

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

Adapter classes?..

Answer / ravikiran

Adapter classes are the null implementation for the methods
od container class

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is rule of accessibility in java?

0 Answers  


What is this keyword used for?

0 Answers  


What are autoboxing and unboxing? When does it occur?

0 Answers  


How to reverse string in java?

0 Answers  


where final and static variable stored?

3 Answers  


What does method mean?

0 Answers  


What is yielding and sleeping? how they different?

2 Answers  


Is empty set an element of empty set?

0 Answers  


What is a flag variable?

0 Answers  


Is java is a fully object object oriented language?

31 Answers   TCS,


Can I declare a class as private?

0 Answers  


Will minecraft java be discontinued?

0 Answers  


Categories