Hi buddy, well i got that there is always a default
constructor with abstract class. OK. But why not with interface?
Thanks in advance.
Answer Posted / madhu
yes it is bcz interfaces are not part of the inheritance tree.
after all u can define a contract between 2 different parties
using interfaces nothing more u can expect. its not actually
an executable construct
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is Java Package and which package is imported by default?
What is the difference between the boolean & operator and the && operator in java programming?
How many bytes are there?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
Why we do exception handling in java and how many types of exceptions are there?
how to create daemon thread in java?
What is array in java?
Is void a data type in java?
What is the relationship difference the canvas class and the graphics class?
Is alive method in java?
What is the advantage of preparedstatement over statement?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What is the purpose of void class?
Explain creating threads by implementing runnable class?
What is a finally block?