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


Please Help Members By Posting Answers For Below Questions

What are the different ways of implementing thread? Which one is more advantageous?

540


What are keywords give examples?

586


Can you explain inner class.

597


What methods are used to get and set the text label displayed by a button object?

558


How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?

607






Why is flag used in java?

553


What is the difference between a field variable and a local variable?

577


Which list is sorted in java?

587


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

604


What is meant by memory leak?

544


What is the purpose of the enableevents() method?

587


What is void in java?

596


What is data member in java?

508


What is the difference between java applets and applications?

571


Name the components that are termed to be Heavy-weight component but available in Light-weight components?

1989