+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.

Related questions

0 votes
asked May 21, 2020 in JAVA by GeorgeBell
0 votes
asked Oct 27, 2020 in JAVA by sharadyadav1986
...