Answer Posted / santhosh
As per my knowledge java does not support multiple
inheritance through interfaces.Only the people copying the
syntax and saying like that.
my view is what is there in interfaces to inherit?
Because there is nothing to inherit from interfaces,all the
methods are by default public and all the variables are
public static final by default.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain about the dynamic behavior of core java?
How do I write a self declaration?
What is the purpose of object oriented programming?
can rmi and corba based applications interact ?
Why lambda expression is used in java?
What is java reflection api?
Can we overload destructor in java?
If try block is successfully executed, Then Is Finally block executed?
What is runtime polymorphism or dynamic method dispatch?
What is the difference between the size and capacity of a vector?
What is the difference between pass by reference and pass by pointer?
Explain the Propertie sof class?
which class is the wait() method defined in? : Java thread
How do you do descending order in java?
Explain method local inner classes ?