Hi buddy, well i got that there is always a default
constructor with abstract class. OK. But why not with interface?
Thanks in advance.
Answers were Sorted based on User's Feedback
Answer / harsha
Just a samll correction... Interfaces are part of
inheritance tree.
Inheritance is identified by both extends and implements
keywords.
Regarding the default constructor.. All the classes which
extend Object class will have a default constructor.
As we all know any interface cant extend Object class..
Interface cannot have default constructor.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
What is the purpose of using java.lang.class class?
extending thread class or implementing runnable interface. Which is better? : Java thread
When do we need to use internal iteration? When do we need to use external iteration?
Can we place the any object to key attribute of HashMap<key,value>?
What is the difference between C++ & Java?
78 Answers College School Exams Tests, HAL, SUN, Syntel, TCS, Wipro,
Which is easier .net or java?
How do you use substring in java?
Write a method to check if input string is palindrome?
what is meant by HQL?
What are the steps to do connection pooling in weblogic?
Explain different types of thread priorities ?
What are the steps that are followed when two computers connect through tcp?