Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / 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 |
Post New Answer View All Answers
What are disadvantages of java?
When parseint method can be used?
Is java programming easy?
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 are the types of java languages?
Why parsing is done?
What are the procedures?
What do you mean by an object in java?
What is lazy initialization in java?
How do you override a private method in java?
What is a variable in java?
Differentiate between postfix and prefix operators in java.
What is difference between float and double?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
Is boolean a wrapper class in java?