Data Types in Java
MediumPrimitive and Non-Primitive data types.
15 min read Medium
Data Types
Data types are divided into two groups: Primitive (int, float, boolean, etc.) and Non-Primitive (String, Arrays, etc.).
Primitive and Non-Primitive data types.
Data types are divided into two groups: Primitive (int, float, boolean, etc.) and Non-Primitive (String, Arrays, etc.).