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
Which collection is thread safe in java?
How to make a write-only class in java?
Is 0 true or false in java?
Difference between concurrent hashmap and hashtable and collections
What is the intersection and union methods?
What is java dot?
What is the significance of listiterator?
Give us the name of the list layoutmanagers in java?
What is java jit compilers?
What is a buffer in computer?
What are the advantages of java over cpp?
What are the various access specifiers for java classes?
Explain heap sort?
What is the access scope of protected access specifier?
Write a program to check for a prime number in java?