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
Explain abstract class in java?
What are basic data types?
What is tostring () method?
What is the difference between an interface and an abstract class?
How the metacharacters are different from the ordinary characters?
Explain different types of wrapper classes in java?
Is java type safe?
What is the relationship difference the canvas class and the graphics class?
Difference between == and .equals() ?
What is the difference between class forname and new?
List any five features of java?
Does a function need a return?
can rmi and corba based applications interact ?
How to implement a multithreaded applet?
I want to re-reach and use an object once it has been garbage collected. How it's possible?