Why Java is not purely object oriented?

Answer Posted / ritu bansal

No, java is a pure object oriented language because it
supports all the features of an object oriented programming
no doubt some features are there that says that it is not
object oriented programming, but still
e.g. java primittive data types are not objects but still
wrapper classes are used using which we can declare an
object of those data types. hence java is a pure object
oriented language

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When is update method called?

672


What does isempty () do in java?

607


Can we use different return types for methods when overridden?

556


What is fail fast in java?

576


How do you format in java?

551






Define class?

518


How many types of the indexof method are there for strings?

491


What are new features introduced with java 8 ?

552


What an i/o filter?

567


Can a class extend 2 classes in java?

559


How to add menushortcut to menu item?

565


Can list be final in java?

489


In a container there are 5 components. I want to display all the component names, how will you do that?

1562


Which is the best sorting technique in java?

527


What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

689