why java does not support multiple inheritance
Answer Posted / lalatendu
Because in java a class doesn't extend more than one class
| Is This Answer Correct ? | 22 Yes | 96 No |
Post New Answer View All Answers
What is connection class in java?
Explain differences between collection api and stream api?
How can u increase the heap size in the memory?
how can you catch multiple exceptions in java?
What are latest features introduced with java 8?
Explain the use of sublass in a java program?
What does main method?
What are some characteristics of interference class?
How do you reverse a word in java?
What are reference variables in java?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What the difference is between execute, execute Query, execute Update?
Why runnable interface is used in java?
What is r in java?
what is static import in java? Explain