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
Is java type safe?
What java is used for?
How we can run a jar file through command prompt in java?
What is java util function?
Is space a char?
Can singleton class be cloned?
Is it possible to override private or static method in java?
Is java developer a good career?
What is a values collection view ?
Tell me about your ability to work under pressure
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What is a type parameter in java?
What does @param args mean in java?
What are the different access modifiers available in java?
Explain differences between checked and unchecked exceptions in java?