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 atmost one class so each
class can extend more than one class so java supports
multiple inheritance?i am confused with this,pls any one
explain me.
Answer Posted / biswajit singh
I completely agree with Amit Singh. Excellent example.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is daemon thread and which method is used to create the daemon thread? : Java thread
Give a practical example of singleton class usage?
What is compareto () in java?
What is void data type?
What is the biggest integer?
What are desktop procedures?
What is palindrome in java?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
Name few "optional" classes introduced with java 8 ?
What is final access modifier in java?
What is main method?
Is namespace same as package in java?
What is the difference between access specifiers and access modifiers in java?
Can a method be overloaded based on different return type but same argument type?
Difference between static synchronization vs. Instance synchronization?