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 are 3 boolean operators?
What are the two environment variables that must be set in order to run any java programs?
What are Normalization Rules? Define Normalization?
What is a data structure java?
How many types of operators are there?
What is application tier?
What is lambda in java?
What are internal variables?
What is treeset in java?
What do you mean by an object in java?
How many types of constructors are used in java?
How we can execute any code even before main method?
What is internal iteration in java se 8?
How many types of methods are there in java?
Differences between C and Java?