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
Describe the various concepts related to object oriented programming (oop).
What is contractor means and methods?
What are exception handling keywords in java?
What are streams in java 8?
How do you know if a value is nan?
Which are the two subclasses under exception class?
What is the java virtual machine?
What is anonymous inner class?
What is class forname?
How do you input a string in java?
Can a class have 2 constructors?
Can private class be extended java?
What is the locale class in java programming?
What is java dot?
When can we say that threads are not lightweight process in java?