Answer Posted / abnish kumar rajput
Abstract class is a class with may having abstract methods
or not.Whereas Interface supports multiple inheritences of
classes note that java does not directly support this concept.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between a process and a program?
How can we run a java program without making any object?
What is a class in java?
What is a java string?
What is the use of join method?
How to make a class or a bean serializable?
What's the base class of all exception classes?
Can we write method inside a method in java?
Can abstract class have private constructor?
Can we execute a program without main?
How to find the given number is a prime number or not by getting input from the user
Can a main method be declared final?
What is final keyword?
What is string data type?
Can we call thread start () twice?