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
Define the term string pool?
Is a boolean variable?
How do you sort in descending order in java using collections sort?
What is time complexity algorithm?
What is parsing in java?
What is the default size of load factor in hashing based collection?
What is the static method?
Give me an example of array and linked list? Where they can be used?
What is stringwriter?
Why main() method is public, static and void in java ?
Can a class have multiple superclasses?
Can a method be static?
How many java versions are there?
How do you add an element to a set in java?
Can we synchronize static methods in java?