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
Can we use a default constructor of a class even if an explicit constructor is defined?
Why do we use variables?
How a string is stored in memory?
What is return code?
How to restrict a member of a class from inheriting by its sub classes?
Which software is used for java programming?
Give us the name of the list layoutmanagers in java?
How to handle a web browser resize operation?
can java object be locked down for exclusive use by a given thread? : Java thread
Write a program to show whether a graph is a tree or not using adjacency matrix.
What is intern method in java?
What if constructor is protected in java?
Does sprintf allocate memory?
why java uses class level type casting ?
What are keywords in programming?