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
Is there any difference between synchronized methods and synchronized statements?
How does linkedlist work in java?
Tell me the latest versions in java related areas?
Should a main method be compulsorily declared in all java classes?
What is the purpose of a transient variable?
What do you mean by static variable?
What type of language is java?
Is Java a dying language?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What does it mean to flush a file?
Do I need java on my pc?
How do you input a string in java?
What is the difference between a vector & an array list?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
Difference between final and effectively final ?