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 |
Difference between a class and an object?
What is the main advantage of passing argument by reference?
if the memory capacity is 700 presently occupied by process is 690. then another process request space(40) how this situation handled in java.
Explain java heap space and garbage collection?
What is dynamic array in java?
Can a constructor be made final?
How can a class be accessed, If no access modifiers are declared?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What is type casting?
What is super keyword explain with example?
Write a program to print all permutations of string?
Explain the term virtual machine?