why java does not support multiple inheritance
Answer Posted / lalatendu
Because in java a class doesn't extend more than one class
| Is This Answer Correct ? | 22 Yes | 96 No |
Post New Answer View All Answers
What do you mean by formatting?
Which browsers work with java?
Can variables be used in java without initialization?
What is the loop in java?
What is a void method java?
How can you set the applet size?
What does file separator do in java?
What does replaceall do in java?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Can a class have more than one object?
Define inheritance with reference to java.
Explain the difference between runnable and callable interface in java?
How do you escape a string?
What is difference between float and double?
Is map ordered in java?