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
Why singleton pattern is better than creating singleton class with static instance?
What is method overloading in java ?
What are the escape sequences in java?
How to display arraylist values in java?
How are the elements of a gridbaglayout organized in java programming?
Can you have two constructors in java?
Can java list contain duplicates?
What is the difference between serializable and externalizable interfaces?
What is the difference between the boolean & operator and the && operator in java programming?
What is method in java with example?
How do I type unicode?
Explain about wait() method?
What does += mean coding?
Which programming language is best in future?
What are the four corner stones of oop?