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
What is a nested list?
Can a class extends itself in java?
What is the benefit of abstract class?
What is a vector in java?
What is the basic concept of java?
Can an integer be null java?
What is the current version of java?
Can we override private methods?
What is methods and methodology?
Where pragma is used?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What is finally in Java?
Can Exception handling we can handle multiple catch blocks?
What does percent mean in java?
Can we declare main () method as non static?