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
How many bits is a 64 bit byte?
What is a boolean field?
What is the difference between procedural and object-oriented programs?
What do you mean by scope of variable?
What are functions in java?
What is hashing in java?
Can you declare an interface method static?
What do you mean by thread safe?
Does java map allow duplicates?
What is java volatile?
What is the use of 'super' keyword inside a constructor?
What will happen if a thrown exception is not handled?
What is passed by reference and pass by value ?
Explain runtime exceptions?
Explain all java features with real time examples