Java   View all facts   Glossary   Help
value > primitive value > integral value > integer > byte
Next integerint    Upinteger    Previous integershort   

byte
subjectfact 
bytecan use basic arithmetic operators +, -, *, / and %    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:13.0
is a subtopic of Variables and Data Types2001-10-19 11:36:13.0
is a kind of integeradded by: DS, 2001-10-19 11:36:13.0
requires 8 bits    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:13.0
see also Byte class    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:13.0
should not be used for textual data which is to be exposed to the end user    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:13.0
integercan be compared to a floating point value without casting2001-10-19 11:36:58.0
has arithmetic operations +, -, *, /, %, &, ~, <<, <<<, >>, >>>, bitwise or, bitwise exclusive or, ++, --2001-10-19 11:36:58.0
value 2001-10-19 11:38:12.0
has a format2001-10-19 11:38:12.0
has a size in bytes2001-10-19 11:38:12.0