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
Why does abstract class have constructor?
Explain about static nested classes in java?
What is t in generics in java?
What are predicates in java 8?
What is the purpose of final keyword and when to use it?
Which category the java thread do fall in?
What is null object in java?
Differences between C and Java?
What is variable and constant explain with example?
When should I use a singleton?
Is singleton a bad practice?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is the string function?
hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea
How can you write a loop indefinitely in java programming?