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 purpose of format function?
What does the “static” keyword mean? Can you override private or static method in java?
What is tostring () method?
What is the differences between heap and stack memory in java? Explain
What about interthread communication and how it takes place in java?
What is merge sort in java?
What is the different types of functions?
What do you know about the garbage collector in java?
Differentiate between a constructor and a method? Can we mark constructors final?
Explain about instanceof operator in java?
How many ways can an argument be passed to a subroutine and explain them?
What happens if we override only equals?
What is difference between arraylist and list in java?
What does += mean in java?
Is class forname reflection?