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


Please Help Members By Posting Answers For Below Questions

Is array a class in java?

728


If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?

931


I want to persist data of objects for later use. What’s the best approach to do so?

703


What is a wrapper method?

761


How many types of array are there?

741


What are methods in java?

743


Can list be final in java?

694


Difference between start() and run() method of thread class?

814


What is difference between equals and hashcode method?

777


What loop means?

749


What about anonymous inner classes in java?

784


Can we print null in java?

778


What is meant by class?

767


What is internal variable?

734


What are the differences between checked exception and unchecked exception?

747