Relationship between an event-listener interface and an
event-adapter class?
Answer Posted / 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 View All Answers
Is java se open source?
What is the purpose of the file class in java programming?
Explain aggregation in java?
Java is pass by value or pass by reference? Explain
Why collection doesn’t extend cloneable and serializable interfaces?
What happens if constructor is private?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
Which sorting algorithm is best in java?
What is a java lambda expression?
How do generics work?
What are the differences between string and stringbuffer?
What is the function of http?
What is data member in java?
What is the purpose of tostring() method in java?
What is the difference between import java.util.date and java .util?