Answer Posted / mani.d [wipro]
Java doesn't support mutiple inheritance because
of 'Diamond problem'. The 'diamond problem' is an ambiguity
that can occur when a class multiple intehertis from two
classes that both descend from a common superclass.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
why java uses class level type casting ?
how to split string in java?
Why we use protected in java?
What is a hashmap used for?
How do you check if two given string are anagrams?
Why spring singleton is not thread safe?
What is java util collection?
Is java se open source?
How do you use compareto?
What is string pool?
What is method reference?
What is the common usage of serialization? What exceptions occur during serialization?
Is null function in java?
Can singleton class be inherited in java?
How does singleton class work?