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 invokes a threads run() method? : Java thread
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
Is linkedlist thread safe in java?
Can extern variables be initialized?
What is locale?
How to perform bubble sort in java?
Static Variable can referred in non-static method?
Is it possible for yielded thread to get chance for its execution again ?
How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance
Why heap memory is called heap?
Define linked list and its features with signature?
What is nextint java?