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 substring in java?
When to use runnable interface vs thread class in java?
What is a conditional statement explain with example?
What does method mean?
Does java runtime require a license?
How to call one constructor from the other constructor ?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
What are the loops in java?
What is the difference between preemptive scheduling and time slicing in java programming?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
Which is better stringbuffer or stringbuilder?
What is split return?
which class is the wait() method defined in? : Java thread
What is an infinite loop?
What is the use of singleton class?