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
What does ide stand for?
Can a class be private?
What are the string methods in java?
why doesn't java run on all platforms?
What is the size of boolean variable?
Can a java program have 2 main methods?
What is difference between this and super keyword?
Is 0 true or is 1 true?
What is an i/o filter?
You're given a Boolean 2D matrix, can you find the number of islands?
Which number is denoted by leading zero in java?
What is java autoboxing?
What is the significance of java packages?
What are daemon Threads in java?
What is the purpose of main function in java?