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
How do you add an arraylist to an array in java?
Write a program in java to establish a connection between client and server?
What is identifier with example?
Can a main method be declared final?
What are data structures in java?
Explain inner classes ?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
Can a vector contain heterogenous objects?
What is string immutability?
What are unchecked exceptions in java?
How many arguments can be passed to main ()?
What is a boolean output?
What are alternatives to java serialization?
Why is String immutable?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?