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
What invokes a thread's run() method in java programming?
What is java virtual machine? Explain
How can we achieve thread safety in java?
Does string is thread-safe in java?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What do you understand by abstract classes?
Why are the methods of the math class static?
What is the numeric promotion?
What are void pointers?
What is a method in java?
Explain the different forms of polymorphism?
What is the difference between the direct buffer and non-direct buffer in java?
When would you use a static class?
When arithmeticexception is thrown?
Can we make main() thread as daemon?