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
Using callable statement how can you pass out parameters, explain with example?
What’s a deadlock?
What is the main use of generics in java?
What are 3 data types?
What is string builder in java?
What do you mean by platform independence? What is an interface?
Can we create object of static class?
What do you understand by the bean persistent property?
What is the different between get and post?
What is a double?
Write a program to check for a prime number in java?
List some important features of java 10 release?
Explain about static nested classes in java?
What does int [] mean in java?
Describe what happens when an object is created in java ?