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
How can constructor chaining be done by using the super keyword?
Which class is the superclass for every class in java programming?
What is a protected void?
How do you remove an element from an arraylist in java?
Explain about the select method with an example?
What is finalize()? Is finalize() similar to a destructor?
What is update method called?
What is string immutability?
What is meant by javabeans?
what is synchronization? : Java thread
What is thread pool? How can we create thread pool in java?
What is the difference between a local variable and an instance variable?
Difference between static binding and dynamic binding?
What is multi-catch block in java?
Can we call the constructor of a class more than once for an object?