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 |
Can we override private method in java?
Why hashmap is used in java?
Is singleton class immutable?
How dead lock situation occurs in java and how you can identify it?
What do you mean by multithreaded program?
How to sort the elements in HashMap
Explain wait(), notify() and notifyall() methods of object class ?
What is the use of static import ?
what is Remote Reference Layer ?
How do you write a scanner class in java?
What are singleton services?
Can an integer be a string?