Is java supports multiple inheritance? explain?
Answer Posted / dhawal
Instead of multiple inheritance there is feature called
interface in java.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does split function do in java?
What is a method type?
What is unmodifiable collection in java?
Why are the methods of the math class static?
What are the restrictions that are applied to the java static methods?
What is the difference between hashset and treeset in java?
What is your platform’s default character encoding?
What is the difference between compile-time polymorphism and runtime polymorphism?
What is pre increment and post increment in java?
what are abstract functions?
How does thread synchronization occurs inside a monitor?
How can we achieve thread safety in java?
What is java algorithm?
Describe method overriding
how can you catch multiple exceptions in java?