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
How can I debug the Java security exceptions and AccessControlExceptions?
What is the difference between preemptive scheduling and time slicing in java programming?
How many bits is a float?
What are the different types of collections in java?
What is thread pool in java with example?
What is listnode in java?
How to sort array in descending order in java?
How to sort an unsorted array in java?
What is the basic concept of java?
Explain public static void main(string args[]) in java.
What is unmodifiable collection in java?
What is the difference between the ">>" and " >>>" operators in java?
Differentiate between == and equals().
how does the run() method in runnable work? : Java thread
what happens when a thread cannot acquire a lock on an object? : Java thread