Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / siva parvathi
yes,yes,java is pure object oriented language...
because all our codes are written within the class.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is used of static keyword in java?
What is jagged array in java?
How can we make sure main() is the last thread to finish in java program?
Who developed java?
Explain about doubly linked list
Does java allow default arguments?
how to split string in java?
Can we inherit inner class?
Can you inherit from an abstract class java?
Can we have multiple classes in single file ?
What is the common usage of serialization? What exceptions occur during serialization?
What is a method header?
Do we need to manually write Copy Constructor?
Is array primitive data type in java?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread