0
how much byte integer data type can store in Java?.
4 Respostas
+ 2
In order to store integer data types, you choose from the following list:
1- byte, 8 bit
2- short, 16 bit
3- int, 32 bit or 4 byte
4- long, 64 bit
0
size of integer data type is 2 bytes
0
how much byte an short type can store then?.
(a short type stores two bytes shorter than int.)
0
its 2 bytes