Java does not support multiple inheritance.
how interface helps in the same?
Answer Posted / sadiq
In Java class cannot extend more than one class,where as a
class can implement more than one interface.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
is there a separate stack for each thread in java? : Java thread
What data type is true or false?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
Can a class have a static inner class?
Java Compiler is stored in JDK, JRE or JVM?
Which containers use a flowlayout as their default layout in java programming?
Define how does a try statement determine which catch clause should be used to handle an exception?
Why is it called a string?
Which api is provided by java for operations on set of objects?
What is nested top-level class?
What is the purpose of main function in java?
What is a java applet? What is an interface?
How do you find the independent variable?
Why we use set in java?
What is the type of lambda expression?