why java does not support multiple inheritance

Answers were Sorted based on User's Feedback



why java does not support multiple inheritance..

Answer / kalaivani

java defenetly support multiple inheritance.it can be done
by the keyword called super.java does not support the
multilevel inheritance

Is This Answer Correct ?    26 Yes 455 No

Post New Answer

More Core Java Interview Questions

What is the covariant return type?

0 Answers  


what is the replacement method of stop() of thread

8 Answers   IBM, TCS,


How do I start learning java?

0 Answers  


How would you dynamically allocate memory to an array?

0 Answers   Atos Origin,


When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?

5 Answers   Ness Technologies,


Is vector thread safe in java?

0 Answers  


String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?

0 Answers  


Can you call a method in a method?

0 Answers  


Program to output as below formate: 1 2 3 4 5 6 7 8 9 10

4 Answers   Huawei,


Which eclipse is best for java?

0 Answers  


What is a "pure virtual" member function?

0 Answers   Amazon,


What are java packages?

0 Answers  


Categories