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 is flush () in java?
Which methods are used during serialization and deserialization process?
Why stringbuffer is faster than string?
Difference between linkedlist and arraylist.
Explain about the performance aspects of core java?
How do you create immutable object in java?
What kind of variables a class can consist of?
Can we create object of static class?
What is java reflection?
What do you mean by stack?
What is the maximum size of array in java?
What is appletviewer?
When should I use a singleton?
How do you sort in ascending order in java?
What is a char in java?