Why Java is not purely object oriented?
Answer Posted / hardik
Because java support Primitive type such as int,byte,long which are not objects
so java is not purely object oriented
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How static variable work in java?
Explain method overloading?
Why string is called as immutable?
What are the basics of core java?
Why stringbuilder is not thread safe?
What is math exp in java?
Tell us something about an iterator.
What is the difference between static method and instance method in Java?
What is java util list?
Can java list contain duplicates?
What is the inheritance?
What is the destroy method?
What is better- service oriented or batch oriented solutions?
What are the two ways to create a thread?
What does 0 mean in boolean?