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 exception handling in java?
What does g mean in regex?
What is difference between final and immutable?
What restrictions are placed on method overriding in java programming?
What is the purpose of void?
What is 32 bit float?
What are static blocks and static initalizers in java ?
What is bitwise complement?
What is the difference between call by reference and call by pointer?
How do you calculate roots in java?
what is an objects lock and which objects have locks? : Java thread
What are the two types of java?
Can we define static methods inside interface?
What is method overloading in JAVA? Why is it not present in C ?
What is the list interface in java programming?