Is java is a fully object object oriented language?
Answer Posted / abhijith thette nagarajan
The definition of OOP is completely satisfied by JAVA...The
reason that we have wrapper classes for primitive datatype
is just to type cast from other objects to primitive
datatypes.But still wrapper classes do satisfy the OOPs
concept..
I don't see any reason that JAVA is not a pure OOP
My stand is with JAVA saying it is OOP and moreover as far
as it is satisfying the needs with all the concepts and
resources,no point in discussing wheather it is oop or not
thank you
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Is constructor inherited?
What is java console application?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is super in java?
Why parsing is done?
What does math floor () do?
What is a nested structure?
What is an argument in java?
Does list allow duplicates in java?
Name four container classes.
Is singleton a bad practice?
What is constructor chaining and how is it achieved in java?
What is an object in java and how is it created?
What is formatted output?
What is static method with example?