why java does not support mulitple inheritance directly?
Answer Posted / ravikiran
Because we cann't extend more than one class at once
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
How does arraylist size increase in java?
What is a loop java?
Can inner class be public in java?
What is your platform?s default character encoding and how to know this?
Why we used break and continue statement in java?
What is the difference between choice and list?
Can you explain the usages of class.forname()?
why using interface interface ?
Can we override protected method in java?
Explain the selection sort algorithm and state its time complexity?
How does compareto method work?
What are default methods ?
Can we create our own daemon thread?
What is the difference between inner class and nested class?
Why are the objects immutable in java?