it actually depends on the programming language used... and also m/c
sizeof (long) and sizeof (short) often 4 or 8 for long, and 2 for short
Bytes, Kili Bytes, Mega Bytes, Giga Bytes, And I think there is such thing as Super Bytes.
It depends on both the programming language and the computer architecture, but it is generally assumed to be 2 bytes/16 bits. In C/C++, an implementation may decide to skip shorts as a separate...
There are a total of 8 simple or primitive data types in Java. They are: byte short int float double boolean long and String
The data types are grouped into this categories: Booleans Integers Floating point numbers Strings Arrays Objects