How multipleInheritance is possible in java?

Answer Posted / suneel

In Java multiple inheritance is not Possible....
Don't think that interface is for multiple inheritance ,most
of the book given wrong idea about - interface is for
multiple inheritance .

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is method with example?

582


What is encapsulation in java?

626


Can we rethrow the same exception from catch handler?

566


What is qms certification?

522


How do you define a singleton class?

507






Can a class declared as private be accessed outside it’s package?

514


Can we call the run() method instead of start()?

590


Is space a character in java?

514


How can you avoid serialization in child class if the base class is implementing the serializable interface?

639


Are private methods final?

488


What is http client in java?

521


Can a static method be overridden in java?

557


what is aggregation in java?

587


what are three ways in which a thread can enter the waiting state? : Java thread

578


If system.exit (0); is written at the end of the try block, will the finally block still execute?

619