why java does not support multiple inheritance
Answer Posted / amod
In java single in-heritance is possible
where as mutiple in-heritance is not supported
we cannot extend multiple classes so its not possible for
multi[ple in heritance
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the size of string?
Why is stringbuffer thread safe?
What is difference between == equals () and compareto () method?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is length in java?
what are three ways in which a thread can enter the waiting state? : Java thread
What is the byte range?
Can you create an object of an abstract class?
Which one will take more memory: an int or integer?
How do you stop a thread in java?
Why parsing is done?
Is java based on c?
explain copyonwritearraylist and when do we use copyonwritearraylist?
Why java is not 100% object-oriented?
what is singleton in java?