Why java Don't Support Multiple interitence
Answer Posted / samir rana
java support multiple inheritance not through the use of
class, but through the implementation of interface we can
achieve multiple inheritance.
By using interface we can implement multiple interfaces for
a class which can solve the problem of our multiple inheritance.
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How many inner classes can a class have?
Explain about the security aspect of java?
Are strings immutable in java?
Why does it take so much time to access an applet having swing components the first time?
How to sort array of 0 and 1 in java?
When should you make a function static?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is string in java? String is a data type?
Can singleton class be cloned?
What are decalarations?
Does java set allow duplicates?
How do we access static members in java?
What is a lambda expression ? What's its use ?
What is flush buffer?
What is downcasting?