Why Java is not purely object oriented?
Answer Posted / chitresh goyal
JAVA is not because it supports Primitive datatype such as int, byte, long... etc, to be used, which are not objects.
Ruby is perfect or Pure Object Oriented Language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain java code for recursive solution's base case?
Which method cannot be overridden in java?
When is update method called?
What is a double vs float?
What are the steps that are followed when two computers connect through tcp?
What is the difference between JDK and JVM?
Is java call by value?
What is Applet Stub Interface ?
Can we extend a class with private constructor?
what happens when a thread cannot acquire a lock on an object? : Java thread
Can an interface extend another interface?
What is reflexive association?
What is lossy conversion in java?
What is console based application in java?
What do you understand by synchronization?