Answer Posted / khan
In java programming language, adapter class is used to
implement an interface having a set of dummy methods. The
developer can then further subclass the adapter class so
that he can override to the methods he requires.
Implementing an interface directly, requires to write all
the dummy methods. In general an adapter class is used to
rapidly construct your own Listener class to field events.
| Is This Answer Correct ? | 56 Yes | 8 No |
Post New Answer View All Answers
Why stringbuilder is not thread safe in java?
How do you insert a line break?
What do you mean by jjs in java8?
What is an accessor?
What is Mutex (Mutual Exclusion Object) ?
What is class and its types?
Why are arrays useful in java?
What is JFC?
What are 4 pillers of object orinted programming?
What is java jit compilers?
Difference between arraylist and hashset in java?
What is meant by design patterns?
What is the difference between preparedstatement and statement in java?
How java is similar to c?
Why is stringbuffer thread safe?