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 a resource leak ?

1 Answers  


Why are the destructors for base class and derived class called in reverse order when the program exits

0 Answers   HCL,


What are latest features introduced with java 8?

0 Answers  


What is the difference between stored procedure & function?

0 Answers  


Why is a singleton bad?

0 Answers  


What access modifiers can be used for methods?

0 Answers  


what is difference between prepare stetement and callable starement with example?

1 Answers   CMC,


I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.

2 Answers   Oracle,


What is constructor chaining in java?

0 Answers  


What is the use of isempty in java?

0 Answers  


how we can make a write-only class in java?

0 Answers  


What is user defined exception?

4 Answers  


Categories