Answer Posted / janardhan
In java single inheritance is possible, not multiple
inferitance.
in java one class extends only one class not more than one.
But in java one class implements multiple interfaces. some
time we will call multiple inheritance possible by
interfaces.
jana
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is public/private protected in java?
What is overloading and overriding in java?
What do the thread?class methods run() and start() do?
Where is const variable stored?
When the constructor of a class is invoked?
Why inputstreamreader is used in java?
What is use of a abstract variable?
How garbage collection is done in java?
What is difference between final and finally in java?
Is 0 an even number?
Write a program to calculate factorial in java?
Does java initialize arrays to zero?
How do you find the absolute value?
Can we execute a program without main() method?
What is proper subset?