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 is difference between path and classpath in java?
What is difference between calling start() and run() method of thread?
How do you differentiate abstract class from interface?
What are register variables what are the advantages?
What is the difference between instanceof and isinstance?
How many ways can you break a singleton class in java?
Explain thread in java?
What is io stream in java?
Which is illegal identifier in java?
What are java methods?
Can we call the run() method instead of start()?
What is java and their uses?
How does finally block differ from finalize() method?
What is gui programming?
What is an example of a constant variable?