Java does not support multiple inheritance.
how interface helps in the same?
Answer Posted / narmada nelluri
Java does not suuport multiple inheritence through classes
we can acheive the same with interfaces that means a class
can implement more than one interface at a time.
| Is This Answer Correct ? | 31 Yes | 2 No |
Post New Answer View All Answers
How can we achieve thread safety in java?
What is the benefit of inner / nested classes ?
How do you reverse sort a list in java?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
Why string is immutable or final in java
How is hashset defined in java?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
How to instantiate member inner class?
What are unchecked exceptions in java?
Can a constructor be protected?
what is mutual exclusion? : Java thread
What is the disadvantage of synchronization?
Why should I use abstract class?
How transient variable is different from volatile variable?
Can we override data members in java?