Relationship between an event-listener interface and an
event-adapter class?



Relationship between an event-listener interface and an event-adapter class?..

Answer / niranjanravi

Adapter class provides an empty implementation of all the
methods in the EventListener interface

Is This Answer Correct ?    13 Yes 10 No

Post New Answer

More Core Java Interview Questions

What is string immutability?

0 Answers  


What are the main differences between the java platform and other platforms?

0 Answers  


A person says that he compiled a java class successfully without even having a main method in it? Is it possible?

0 Answers  


Which method must be implemented by all threads?

0 Answers  


What do you mean by an interface in java?

0 Answers  






What is the purpose of the strictfp keyword?

0 Answers  


What is void keyword?

0 Answers  


What is the purpose class.forname method?

0 Answers  


what is prepare statement? what is calabedtarement?

1 Answers   Symphony,


What is string made of?

0 Answers  


Can we serialize static variables in java?

0 Answers  


where is .equals() method and how is it different from == operation <giving some confusing implementation> Is hashing related to these?

4 Answers   iFlex,


Categories