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
What is singleton service?
What is the size of an array?
Explain the reason behind ending a program with a system.exit(0)?
What is the main use of java?
Can we use synchronized block for primitives?
what is the difference between yielding and sleeping? : Java thread
What is procedure overloading?
What is the difference between char and char *?
What is the difference between a synchronized method and a synchronized block?
What is mean by exception?
What is file in java?
Is java free for commercial?
What is a class in java?
Explain the difference between call by refrence and call by value?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)