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
What is anonymous inner class?
What is the nested interface?
What is variable and its types?
Mention a package that is used for linked list class in java.
What is a wrapper method?
What is pojo class in java?
Can we use catch statement for checked exceptions?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What is the difference between the paint() and repaint() methods?
What do you mean by Function Overloading in java?
What is a classloader in java?
Write a function to find out longest palindrome in a given string?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
What are the disadvantages of using inner classes?
What are static variables and functions?