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

What do you mean by mnemonics?

777


What is meant by javabeans?

845


What is ‘is-a ‘ relationship in java?

806


What are the advantages of compiled language?

833


Why we override equals() method?

794


What is dot operator?

803


What is thread life cycle in java?

832


What is the type of lambda expression?

750


Is passing by reference faster?

775


What is the difference between variable & constant?

781


What is treeset in java collection?

775


Can you give few examples of final classes defined in java api?

800


Explain how to force the garbage collection in java.

743


What are keywords in programming?

795


What is type parameter in java?

723