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
What is communist flag?
Can we declare a class as static?
What is var keyword ?
What is the purpose of garbage collection in java? When is it used?
What’s the difference between callable and runnable?
Explain the transient field modifier?
What is the difference between arraylist and hashset in java?
What is a method type?
what do you understand by the term string with respect to java?
Can constructor be protected in java?
Is there is any difference between a scrollbar and a scrollpane?
What is Garbage Collection in Java
What is difference between iterator access and index access?
What's the access scope of protected access specifier?
Why does java have two ways to create child threads? Which way is better?