Why Java is not purely object oriented?
Answer Posted / shibani
No,Java is a purely Object oriented programing language
One language to be object oriented it should support
1.Inheritance
2.Encapsulation
3.Polymorphism
And java support all the features,So its PURE
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the exception hierarchy in java?
What is the difference between synchronized and synchronized block?
What is a 16 bit word?
What happens when I use / and % with a negative numerator?
What is the difference between abstract class and interface1? What is an interface?
Can you call a method on a null object?
Is a class subclass of itself?
Can we override private methods?
What do you mean by byte code?
What is nested interface?
What are methods in java?
Explain about interrupt() method of thread class ?
What is a conditional equation?
how can you take care of mutual exclusion using java threads? : Java thread
Which of the following is not an isolation level in the JDBC