Answer Posted / basireddy
interface is used when we want all the methods implement
the methods differnetly in different situations.
Abstract class
We also use abstract classes to override the
abstract methods that it contains.Otherwise the child class
will mentioned as abstract.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What does jre stand for?
What is annotation in java?
How big is a gigabyte?
What are the 2 types of java programs?
What is volatile data type?
Can we create a class inside a class in java?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Can list be final in java?
What's the access scope of protected access specifier?
What is the purpose of finalization in java programming?
What is arguments in java?
How to find the given number is a prime number or not by getting input from the user
What is the r character?
What is stringbuffer in java?
Why map is used in java?