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
Does garbage collection occur in permanent generation space in jvm?
How does arraylist work in java?
What is the simpletimezone class in java programming?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
How to create a custom exception?
Why pointers are not used in java?
Is java written in c?
What is locale?
Can variables be used in java without initialization?
What is string manipulation?
What does the string method compareto () do?
What are the different types of java?
Why packages are used?
How big is a 32 bit integer?
Why scanner is used in java?