+2 votes
in JAVA by
Why is Java not a pure object oriented language?

1 Answer

0 votes
by

Java supports primitive data types - byte, boolean, char, short, int, float, long, and double and hence it is not a pure object-oriented language.

...