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 |
What is meant by JVM ?
Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
When should the method invokelater() be used?
What will be the initial value of an object reference which is defined as an instance variable?
What restrictions are placed on method overriding in java programming?
What is a dynamic array in java?
What is the common usage of serialization? What exceptions occur during serialization?
Why java strings are immutable in nature?
What is difference between stringbuffer and string?
Which containers use a FlowLayout as their default layout?
Why are getters and setters used?
Is jdk required on each machine to run a java program?