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
What methods are used to get and set the text label displayed by a button object?
What is a lightweight component?
Explain about automatic type conversion in java?
What is return code?
Can we use both this () and super () in a constructor?
how to handle exceptions in ejb?
Is math class static in java?
How to read and write image from a file ?
Are static members inherited to sub classes?
What is meant by interface?
Why do we need wrapper class?
What is jit compiler in java?
What is the difference between exception and error in java?
What is abstract class? Explain
What is the difference between reader/writer and inputstream/output stream?