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


Please Help Members By Posting Answers For Below Questions

What is difference between == equals () and compareto () method?

528


Can we overload the methods by making them static?

498


What is a lambda expression ? What's its use ?

560


What does three dots mean in java?

641


What does indexof return in java?

531






What is string immutability?

533


What is a numeric format?

557


Can we have 2 main methods in java class?

534


Explain about instanceof operator in java?

601


Which one will take more memory: an int or integer?

765


What is string in java with example?

480


What do you mean by access modifier?

550


How many bits is a 64 bit byte?

533


How to use string tokenizer class.

614


What is ascii code?

634