Why Java is not purely object oriented?
Answer Posted / ramakrishna y
Java is not purely object oriented becoz of 2 reasons.
1. Purely means every thing should be refferenced types
only.
But it contains primitive datatypes.
2. purely object oriented means every method should be
invoked with object only,main is there which can be invoked
using static keyword.
Regards,
Ramakrishna
J2EE Trainer
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between procedural and object-oriented programs?
What is the difference between jfc & wfc?
What is difference between throw and throws ?
What are the features in java?
Can a hashset contain duplicates java?
What is the difference between and ?
Does hashset allow duplicates in java?
When is the garbage collection used in Java?
What is classname class in java?
What do you know about the garbage collector in java?
Can you write a java class that could be used both as an applet as well as an application?
Can java hashmap have duplicate keys?
What is null object in java?
Similarity and difference between static block and static method ?
What is the symbol for average?