Primitive Data Types in Java – int, char, byte, short, long, float, double and boolean
In this tutorial, I will take you through Primitive Data Types in Java. A programming language provides some predefined data types, which are known as built-in data types. There are basically eight built-in primitive data types in Java – int, char, byte, short, long, float, double and boolean. We will understand all the primitive data … Read more