
All are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend at most one class so each class can extend more than one class so java any how do multiple inheritance? Can you please explain it.

when class extend more than one class then it is called multiple inheritence. Every class extend Object class.it is single inheritence.
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.