what is the difference between abstract class and
Interface?where we can use it in realtime projects?
Answer Posted / rajesh
An abstract class must contain one abstract methiod while
in interface all method should be abstract.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How we can generate random numbers in java?
What is use of super keyword?
What is meant by memory leak?
What is independent and dependent variables in research?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Does java arraylist maintain insertion order?
explain what is transient variable in java?
How to check if a list is sorted in java?
Is 64bit faster than 32 bit?
Explain the available thread states in a high-level?
What is final?
What is the implementation of destroy method in java. Is it native or java code?
What is a variable in java?
What does flag mean in java?
How we can skip finally block of exception even if some exception occurs in the exception block in java?