Java program to find Size of all Data Types - Java Tutorial 09
Java program to find Size of all Data Types - Java Tutorial 09 🚀 Data type: - indicates type of data. - also indicates the amount of memory to be allocated for a specific type of data. There are 8 primitive types available in Java language. 1. byte : 08 bits - 1 byte 2. short : 16 bits - 2 bytes 3. int : 32 bits - 4 bytes 4. long : 64 bits ...
YouTube
· Jun 20, 2020