Is java supports multiple inheritance? explain?

Answer Posted / samuelj/samsjjj@gmail.com

java does not support Multiple inheritance so we can use
Interface
interface contains the abstract methods

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use different return types for methods when overridden?

552


How do you add an element to an arraylist in java?

481


What are the advantages of java inner classes?

552


Can we make the abstract methods static in java?

579


What is externalizable?

609






Can an abstract class be a final class?

527


What is pojo class in java?

530


What is the purpose of garbage collection in java, and when is it used?

556


What is native code?

531


What is the hashcode () and equals () used for?

531


What are the advantages of exception handling in java?

644


What does \ mean in regex?

617


Which methods cannot be overridden in java?

531


What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?

511


Can a class have more than one object?

518