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
Does constructor creates the object ?
What is the difference between a field variable and a local variable?
What is difference between equal and == in java?
What is the difference between object oriented programming language and object based programming language?
what is the use of bean managed and container managed with example?
Compare Mutex and Semaphore in java.
What does escaping a character mean?
Have you ever used hashtable and dictionary?
What is static import in java?
What is the main method java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is immutable data?
What is type parameter in java?
What is the difference between compare and compareto in java?
What is a java string?