Answer Posted / niranjanravi
Abstract class is a class which contains atleast one
abstract method in it.OTHER methods maybe abstract or
concrete.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is an iterator interface in java programming?
List down the methods and interfaces of collection class in java.
What are java methods?
Why java is considered dynamic?
How can constructor chaining be done by using the super keyword?
What is Java Reflection API? Why it’s so important to have?
What is navigable map in java?
Difference between method overloading and method overriding in java ?
What do you mean by thread safe?
What does 0 mean in boolean?
Can we override compareto method?
Explain garbage collection in java?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is a finally block? Is there a case when finally will not execute?
What is meant by final class?