Saturday, November 22, 2008

Byte

The smallest Integer type is byte. This is a signed 8 bit type that has a range from -128 to +127. Variables of type byte are especially useful when you are working with a stream of data from a network or a file. They are also useful when you are working with a raw binary data that may not be useful or compatible with Java's other built in types.

0 comments: