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
Explain the difference between transient and volatile in java?
Can you run java program without main method?
Can a java program have 2 main methods?
What is return type in java?
What is the do while loop syntax?
How many static init can you have?
What is size of int in java?
Is it possible to specify multiple jndi names when deploying an ejb?
What is local declaration?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What is the major advantage of external iteration over internal iteration?
What is the difference between I ++ and ++ I in java?
What is super constructor?
Can we declare main () method as non static?
What is a nested structure?