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


Please Help Members By Posting Answers For Below Questions

How can we use primitive data types as objects?

538


What will happen when using pass by reference in java?

497


What is connection class in java?

489


Can a string be null?

517


What is the generic class?

507






What is empty list in java?

595


What is derived datatype?

600


Describe 2 different ways to concatenate two strings.

658


Why do we need autoboxing in java?

497


what are the states associated in the thread? : Java thread

563


Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?

533


why would you use a synchronized block vs. Synchronized method? : Java thread

513


Which class contains a method: cloneable or object?

513


What is JFC?

688


How do you square a number?

558