why java does not support multiple inheritance
Answer Posted / karthikeyan
Java does not support Multiple inheritance Directly, But it
will support indirectly through Interface.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is the driver class?
What is preflight request?
What is entry in java?
What is the purpose class.forname method?
What is the purpose of static methods and variables?
What is parsing in java?
What is Applet Stub Interface ?
How does thread synchronization occurs inside a monitor?
What are inbuilt functions in java?
What is assembly used for?
Explain the difference between abstract class and interface in java?
Why do we use return statement?
What are java threads?
If we don’t want some of the fields not to serialize how to do that?
What is a super method?