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 is nested top-level class?
What are the concepts of 'OOPS'?
What is covariant return type?
What is comparator in java?
Can we return null in java?
Differentiate storage classes on the basis of their scope?
what is the constructor and how many types of constructors are used in java?
What is the difference between an interface and an abstract class?
What is jit compiler ?
What is a variable in java?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
Are arrays passed by reference in java?
What does the exclamation mark mean in java?
What does t in java mean?
What do you mean by buffering?