of bytes in a Java byte?
1 byte or 8 bits
of bytes in a Java short?
2 bytes or 16 bits
of bytes in a Java int?
4 bytes or 32 bits
of bytes in a Java long?
8 bytes or 64 bits
of bytes in a Java float?
4 bytes or 32 bits
of bytes in a Java double?
8 bytes or 64 bits
of bytes in a Java char?
2 bytes or 16 bits