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
Why do we need wrapper classes?
Why set is used in java?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is unicode datatype?
What happens to a static var that is defined within a method of a class?
what are Hostile Applets?
What is the console in java?
How to use Media tracker Class.
Do you know how to reverse string in java?
Define the term string pool?
What are static methods?
Which are the two subclasses under exception class?
What are JVM.JRE, J2EE, JNI?
What are the 4 versions of java?
What is the role of the java.rmi.naming class?