Answer Posted / anjani kumar jha
Interface means 100% abstracness............
Abstract class means may be 100% abstracness............
There r lots of difference b/w but 2 major difference is
1)Abstract class is Tightly coupled with class and
interface is loosely coupled.
2)Interface is used to support multiple inheritance in
java...think hard.......
Thanks and Regards
Anjani Kumar Jha
9623154095
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How do you sort a set in java?
What all methods are used to prevent thread execution ?
What is stringreader?
Difference between association, composition and aggregation?
Can you instantiate the math class?
What do you mean by multithreaded program?
When parseint method can be used?
Why use string handling in Java?
Why convert an applet to an application?
Which is better singleton or static class?
Name few "optional" classes introduced with java 8 ?
what are three ways in which a thread can enter the waiting state? : Java thread
What is generic type?
Can you change array size in java?
What is the output of the below java program?