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
What are constructors in java?
What is the base class of all classes?
What is class and object in java?
How do you sort an array in java?
What is == and === in javascript?
What are the steps involved to create a bean?
Explain the use of javap tool.
do I need to use synchronized on setvalue(int)? : Java thread
What is anti pattern in cyber security?
How do you test a method for an exception using junit?
what happens when a thread cannot acquire a lock on an object? : Java thread
Is it possible to compare various strings with the help of == operator? What are the risks involved?
what is the difference between future and callable interface in java?
Write a function to print Fibonacci series and Tribonacci series?
How do you sort a string in java?