Answer Posted / a sriniva rao
By using Adapter class we can implement the interface's
required methods.for ex. in an interface there are 100's of
methods,but we want to implement only two methods.By using
Adapter class we can implement those two methods and rest
are defined by null body.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the importance of import keyword in java?
What is cr keyboard?
What is the common usage of serialization? What exceptions occur during serialization?
what is synchronization and why is it important? : Java thread
What are "class access modifiers" in Java?
What is foreach loop in java?
What is the use of list in java?
Can size_t be negative?
What is hashmap in java?
Do we have pointers in java?
Can a class be private in java?
Java.util.regex consists of which classes?
What is the use of callablestatement?
Explain the reason behind ending a program with a system.exit(0)?
Why generics are used in java?