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 / shrikanth
dude java does support multiple inheritence,although we dont
implement directly we will do it using interfaces. Good
observation from you.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Explain the importance of finalize() method.
Can we have a method name same as class name in java?
What does string [] args mean?
What is the use of singleton class?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
Can we call virtual funciton in a constructor ?
Why are generics used?
What is difference between array and arraylist in java?
What is byte data type?
Where are the local variables stored?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is the purpose of using java.lang.class class?
What is the technique adopted to create an immutable class?
Difference between default and protected access specifiers?
How do you execute a thread in java?