Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / mishal tripathi
No, it is not purely object oriented because of primitive
data types.
| Is This Answer Correct ? | 30 Yes | 15 No |
Post New Answer View All Answers
What is class array in java?
What is a short in java?
Is zero a natural number?
Is integer immutable in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is the use of singleton?
What is the purpose of main function in java?
5 Coding best practices you learned in java?
Explain about automatic type conversion in java?
What does method mean?
Explain the use of sublass in a java program?
What is an abstract class and what is it’s purpose?
Does java have extension methods?
What is the meaning of find and replace?
Can we extend private class in java?