Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / narender gusain
Yes, java is a pure object oriented language b'coz it contain wrapper class whose function is to use the primitive data type as an object.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How is abstraction implemented in java ?
State differences between C and Java?
What is the synonym of string?
when you will synchronize a piece of your code? : Java thread
Explain the difference between protected and default access.
How do you compare objects in java?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is getkey () in java?
What does t in java mean?
Can a constructor be private and how are this() and super() method used with constructor?
What is a memory leak in java?
What is a arraylist in java?
What is the difference between math floor and math round?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What are the main differences between the java platform and other platforms?