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 |
What is currentthread()?
Define the term string pool?
why operator overloading is removed in java?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What is the argument type of main() method?
What is the purpose of javac exe?
What is the difference between interpreter and compiling ?
How do you define a variable?
Are strings immutable in java?
What do you mean by hashing?
Why local variables are stored in stack?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?