
why java doesn't support multiple inheritance? we can achieve this by using interface but not with classes? what is the main reason that java community implemented like that?

Why Java does not support Multiple Inheritance?
When we extends more than one class, JVM get confused as to which method it should call. This causes complexity and inconsistency. So to avoid these complexities and inconsistencies, Java does not support Multiple Inheritance.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.