Thanks A.jyotsna,
Can u tell me differnce between abstract class and interface
vikash
Answer Posted / sridhar
Abstact class can have both concrete and non-concrete
methods where as interface has only non-concrete methods.
Unlike interface, Abstract calss can contain fields that
are not static and final.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write a program to find maximum and minimum number in array?
What is the use of StringTokenizer class?
What is unicode full form?
What is the difference between checked exception and unchecked exception?
Why java is considered as platform independent?
Does java arraylist maintain insertion order?
Why we used vector class?
What is difference between array and vector?
What is a copy constructor in java?
Are private methods final?
What is ordered map in java?
What is difference between final and immutable?
What is the benefit of abstract class?
Why use string handling in Java?
What is a priority queue java?