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
Difference between vector and arraylist.
What is the difference between applet and application?
How do you create a method in java?
What is object-oriented programming?
Can we catch more than one exception in a single catch block?
What restrictions are placed on method overloading in java programming?
Is Constructor possible in abstract class in java ?
What is java virtual machine? Explain
Is treeset sorted in java?
What are functions in java?
What is an error in java?
What is the base class of all classes?
What is string data?
Can we extend private class in java?
Why is it called a string?