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 are the advantages of java?
I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.
What variables are stored in stack?
Why super is first line in java?
Is null an object java?
Why do we use public static with the main function in Java?
13 Answers College School Exams Tests, Infosys,
What is the minimum and maximum length of an identifier?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is the purpose of a transient variable?
What is the internal implementation of set in java?
How to find the largest value from the given array.
How to optimize the javac output?