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 e java?
What is main string [] args?
Is heap stored in ram?
What about interrupt() method of thread class ?
What is loop in java?
What is the use of hashmap in java?
What is the difference between public, private, protected, and friend access?
Can inner class be public in java?
What is Major and importance difference between for and foreach loop ?
What is the scope or life time of instance variables?
What is difference between equals and hashcode method?
What are the types of java languages?
What is a stack class in java ?
Where to store local variables?
How can an object be unreferenced?