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
Which keyword specify that a variable is effectively final ?
What is the purpose of assert keyword used in jdk1.4.x?
What are different types of control structures?
Can we use String with switch case?
Is class is a data type?
What is the final variable?
What is void in java?
What does int [] mean in java?
What is thread pool? How can we create thread pool in java?
What is meant by method?
How do I convert a string to an int in java?
When can an object reference be cast to an interface reference in java programming?
How can we make a class singleton?
What is a nullable field?
Explain naming conventions for packages?