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 floor math?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
What are format specifiers in java?
How do you use equal in java?
What does nullpointerexception mean?
Can variables be used in java without initialization?
What is the difference between integer parseint and integer valueof?
How to store image in arraylist in java?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
What is an empty string in css?
When should I use singleton pattern?
What is skeleton and stub? What is the purpose of those?
What is constructor chaining and how is it achieved in java?
Can an interface implement another interface?
Why can we not override static method?