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 autoboxing and unboxing?
What does the append?
In the below example, what will be the output?
What about method local inner classes or local inner classes in java?
What do you mean by object?
Difference between start() and run() method of thread class?
Can we assign the reference to this variable?
What is jrmp?
Explain about varargs in java?
Why set do not allow duplicates in java?
What is the difference between hashmap and hashtable in java?
What happens if a constructor is declared private?
What is the benefit of lambda expressions?
What is the difference between processes and threads?
What is the primitive type short?