Answer Posted / gyana
No actually java doesn't support multiple inheritance.But
we can use this by using Interface in java.
for example Class x,implements y, implements z.
here x is the main class and the two interface y and z
implements it in its program.y and z are two interfaces not
classes.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are memory tables?
Is oracle java 11 free?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is the method to expand and collapse nodes in a jtree?
Where pragma is used?
Explain about interrupt() method of thread class ?
Can you make a constructor final?
Can memory leak in java?
What is array size in java?
What does this () mean in constructor chaining concept?
What is the difference between a checked and an unchecked exception?
What is meant by singleton class?
How do you replace a string in java?
What is void in java?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.