JAVA BEGINNERS TUTORIAL – DataTypes

Usualy when you create a variable you reserve some space in memory Based on its data type, the operating system allocates memory and decides what can be stored in the reserved memory. There are two data types available in Java: Primitive Reference/Object Primitive Data Types: There are eight primitive data types supported by Java. Primitive data types […]