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
Explain about the main() method in java?
Should a main method be compulsorily declared in all java classes?
Write a program to solve producer consumer problem in java?
Is there a sort function in java?
Write a function for palindrome and factorial and explain?
What is the set interface in java programming?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
What is public/private protected in java?
Where is singleton pattern used?
What is the purpose of using javap?
How can I become a good programmer?
How do you use nextline in java?
Which sorting is used in arrays sort in java?
What are the parts of methodology?
What is string pooling concept?