A Developer Gateway To IT World...

Techie Uncle Software Testing Core Java Java Spring C Programming Operating System HTML 5 Java 8 ES6 Project

Is Java pure object-oriented language ?

Question:  Is Java pure object-oriented language ?
Answer: No, since there are many things in java that are not an object, as primitive data types and different type of arithmetic, logical & bitwise operators.

Primitive data types:
1. boolean, char, short, int
2. long, float, double

Different type of arithmetic operators are:
+,-,*,/,&&,|| etc

However, Java is one of the most successful object-oriented programming language.

LEARN TUTORIALS

.

.