What we have to do, when we don't want to implement all
methods of an interface?
Answer Posted / ravikiran(aptech mumbai)
instead of using interface make use of abstract class at
that moment
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a null check?
What are the advantages and disadvantages of reference counting in garbage collection?
Difference between keyword and identifier.
Is there any difference between nested classes and inner classes?
What is a parameter used for?
What is method reference in java?
How use .contains in java?
What is double in java?
Does java vector allow null?
What is difference between adapter class and listener?
When would you use a static class?
What is a JAR file?
Explain the importance of join() method in thread class?
What is the use of default method in interface in java? Explain
What are the differences between wait() and sleep()?