why java does not support multiple inheritance
Answers were Sorted based on User's Feedback
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 |
Can we extend singleton class?
How can you add and remove nodes in jtree?
How Applets & Servlets will communicate with each other?
Can we assign null to double in java?
How would you format a date in java? I.e. In the ddmmyyy format?
Why map is used in java?
Why does java not allow multiple public classes in a java file ?
How many functional interfaces does java 8 have?
Explain the term serialization?
Which is better stringbuffer or stringbuilder?
What is the method to declare member of a class static?
What is the syntax and characteristics of a lambda expression? Explain