How multipleInheritance is possible in java?
Answer Posted / suneel
In Java multiple inheritance is not Possible....
Don't think that interface is for multiple inheritance ,most
of the book given wrong idea about - interface is for
multiple inheritance .
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What does %4d mean in java?
How do you escape in java?
What is static synchronization?
Compare Mutex and Semaphore in java.
what do you mean by marker interface in java?
What is method overloading with type promotion?
What is the difference between choice and list?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What is a locale?
Which methods are used during serialization and deserialization process?
What does bitwise or mean?
What are facelets templates?
Can a constructor be protected?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
Explain about the interpreter in java?