Why Java is not purely object oriented?
Answer Posted / naresh joshi
java is not purely object oriented language ,because it
does'nt support all feature of OOPs theory
e.g. multiple inheritence , operator overloading
and also everything in java is not object like primitive
datatypes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between static class and normal class?
Can inner class have constructor?
What is an anonymous class in java?
What is difference between hashset and hashmap?
What is unicode full form?
What is a subsequence of a string?
What is garbage collector?
What is split return?
In which order the iterator iterates over collection?
Difference between static and dynamic class loading.
How can we make sure main() is the last thread to finish in java program?
How can we achieve thread safety in java?
Are arrays immutable in java?
What is the method in java?
What is the size of integer?