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
What do you mean by local class?
Is there a case when finally will not execute?
what are the methods in object?
What package is math in java?
Explain about member inner classes?
What is a singleton factory?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What are access specifiers available in java?
Where is jre installed?
What is boolean example?
What is substring 1 in java?
Can list be null in java?
Does a function need a return?
Why is it called a string?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?