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
Is java a virus?
Describe the Big-O Notation.
Which is best ide for java?
Where is const variable stored?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
what do you mean by classloader?
Explain runtime exceptions?
How to split arraylist elements in java?
What are pass by reference and pass by value?
What happens when a thrown exception is not handled?
What is logical variable?
Why is stringbuffer not immutable?
What is a platform?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
What is api data?