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 public static void main(string args[]).
What are methods in java?
What are static blocks and static initalizers in java ?
What is java lang string?
Can we have two main methods in a java class?
What does a boolean method return?
What are features of java?
when you will synchronize a piece of your code? : Java thread
Why char array is preferred over string for storing password?
What is a layout manager and what are different types of layout managers available in java awt?
What does file separator do in java?
Is vector thread safe in java?
What are the supported platforms by java programming language?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is the default execution method in java?