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
What do you mean by mnemonics?
What is meant by javabeans?
What is ‘is-a ‘ relationship in java?
What are the advantages of compiled language?
Why we override equals() method?
What is dot operator?
What is thread life cycle in java?
What is the type of lambda expression?
Is passing by reference faster?
What is the difference between variable & constant?
What is treeset in java collection?
Can you give few examples of final classes defined in java api?
Explain how to force the garbage collection in java.
What are keywords in programming?
What is type parameter in java?