What we have to do, when we don't want to implement all
methods of an interface?
Answer Posted / aditya mohata
we have to declare that class as an abstract class.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to calculate the length of a singly linked list in java?
What is the purpose of the finalize() method?
Explain a situation where finally block will not be executed?
What is constructor and virtual function? Can we call a virtual function in a constructor?
Can we override singleton class?
write a program that list all permutations of ABCDEF in which A appears before B?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
what do you mean by java annotations?
What are adapter classes?
What is character in data type?
Does java support Operator Overloading?
How can we find the sum of two linked lists using stack in java?
What are the limitations of procedural programming approach?
What is the maximum size of byte array in java?
What is java jit compilers?