Apart from using (byte[]) in streaming I don\'t really see byte and short used much. On the other hand I have seen long used where the actual value is |100| and byte would b
byte[] happens all the time; buffers, specifically for networks, files, graphics, serialization, etc.