why is multiple inheritance not allowed in java?
Answer Posted / ravikiran
because we cann't extend more than one class in java
| Is This Answer Correct ? | 5 Yes | 16 No |
Post New Answer View All Answers
What is difference between synchronize and concurrent collection in java?
What is tree node in java?
What are the 3 types of loops in java?
Is singleton class thread safe?
Why inputstreamreader is used in java?
what is method reference in java 8?
Java Compiler is stored in JDK, JRE or JVM?
What is hashing principle in java?
Should database connections be singleton?
Which one will take more memory: an int or integer?
What is the difference between choice and list?
Are arrays static in java?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
Is hashmap thread safe?
Is array a class?