Is java pure object oriented or not? if yes, give the valid
reason.
Answers were Sorted based on User's Feedback
Answer / ramesh bhardwaj
Java is not pure object oriented programming language because ,It is used Primitive Data Type
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / guest
yes, JAVA is pure object oriented Because a large application
consists of components objects, which interact with each
other. These components can be used to develop various
applications.
| Is This Answer Correct ? | 4 Yes | 7 No |
Answer / brijendra kumar(java xavient)
No,
java is not pure object oriented programming language
because java does not support the pointer concept.
| Is This Answer Correct ? | 1 Yes | 6 No |
When is the finalize() called? What is the purpose of finalization?
What do you understand by garbage collection in Java? Can it be forced to run?
Can we override private constructor in java?
String is mutable or immutable?
we cannot create an object of interface but we can create a variable of it
What are the advantages of compiled language?
Can we assign integer value to char in java?
How do you ensure that n threads can access n resources without deadlock?
What are the advantages of autoboxing?
What happens to a static var that is defined within a method of a class?
How does final modifier work?
Can you make an instance of an abstract class?