Why Java is not purely object oriented?
Answer Posted / edward sudhaharchennai
Even though we cannot write parogramme in java without
classes and objects , Still java allows to use primitive
types. So i can say java is not 100% object oriented....
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Can you explain the meaning of aggregation and composition
What is ternary operator?
What is class and object in java?
Which collection allows duplicate values in java?
How do you implement polymorphism in our day to day life?
Why hashcode is used in java?
Can a static method be final?
Can you start a thread twice in Java?
What are the two ways of implementing multi-threading in java?
What is bigger kb or mb?
Is java code slower than native code?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
What do you mean by constructor?
what is singleton class in java?
What is contract between hashcode and equal method?