Answer Posted / senthil
we can create our classes as subclasses of one of
the adapter classes, then we need to override only some of
the methods we need. i.e, An adapter classes provide empty
implementation of all methods declared in an EventListener
interface.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the difference between yielding and sleeping? : Java thread
What is difference between static and final?
How do you allocate memory to object?
What is t in parametric equations?
Difference between current previous versions of Java?
What is a parameter in java?
What is mutable object and immutable object?
What are constants?
Explain OOPs concept.
What is the concept of multithreading?
What is functional interface in javatpoint?
How can we break singleton in java?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What is a JAR file?
What is double data type?