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
Tell me how many ways are there to initialise an integer with a constant.
Is double bigger than float?
What is classpath?
What will happen when using pass by reference in java?
What types of index data structures can you have in java?
What is the difference between normal report & matrix report?
What is use of functional interface in java 8? Explain
What is tree node in java?
What is a literal coding?
What is an empty list in java?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What is an abstract class and what is it’s purpose?
why java does not support unsigned keyword?
What are daemon Threads in java?
What is string pool?