Answer Posted / priyanka
Java is not 100% pure oops lang. as it doesnt support multiple inheritance cconcept.....but also it supports multiple inheritance through interface...but interface is not the part of oops.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a platform?
Can we sort arraylist in java?
What is string example?
How do I write a self declaration?
Explain wait() method of object class ?
What are multiple inheritances? Is it supported by java?
Is object a data type in java?
Which class should you use to obtain design information about an object in java programming?
What do you know about the garbate collector?
What is meant by collection in java?
When do you call copy constructor?
Explain the difference between transient and volatile in java?
Difference between static synchronization vs. Instance synchronization?
How to split a string in java?
what is the difference between thread and runnable types? : Java thread