Answer Posted / tarun
I want to make sure that The answer provided by Tewodros
Tesema is an example of multilevel inheritence not multiple
inheritence which is supporte by java and it is true.
But Java does not supports multiple inheritence. In the case
of Interface we can inherit multiple interfaces by
sepertaing them with comm(,). But a class can inherit a
single class at a time.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Difference between start() and run() method of thread class?
Can you access non static variable in static context?
Explain about the main() method in java?
What is the file extension for java?
Is arraylist ordered?
What is the old name of java?
Why is multiple inheritance not supported in java?
What is the difference between a window and a frame in java programming?
Can Exception handling we can handle multiple catch blocks?
Explain public static void main(string args[]).
Is null a keyword in java?
What is default switch case? Give example.
what is object-oriented programming in java?
What is java autoboxing?
Does substring create a new object?