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 are the types of collections in java?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is a website container?
What is the use of protected in java?
Why is stringbuffer faster than string?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
What is array length in java?
What is the purpose of extern variable?
How do you square a number?
What is a ?
What is object data type?
Wha is the output from system.out.println(“hello”+null); ?
What is the purpose of a volatile variable?
What is executor memory?
How do I stop concurrentmodificationexception?