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 token in java?
How do you check if two given string are anagrams?
How do you replace all in word?
Is there is any difference between a scrollbar and a scrollpane?
What is strings in java?
what is the difference between future and callable interface in java?
Can a lock be acquired on a class in java programming?
What is a databasemetadata?
Why do we use string?
Which method returns the length of a string?
Is it necessary that each try block must be followed by a catch block?
What are the topics in core java?
What is the difference between error and an exception?
What does int [] mean in java?
How does thread synchronization occurs inside a monitor?