![]() |
subject > programming language construct > data type > Java data type > Java primitive data type > byte |
![]() ![]() | ||||
byte | ||||
subject | fact |
byte | can use basic arithmetic operators +, -, *, / and % | ![]() |
is a subtopic of The Basics of Java | ![]() | |
is an instance of Java primitive data type | ![]() | |
requires 8 bits | ![]() | |
see also Byte class | ![]() | |
see also byte^2 | ![]() | |
should not be used for textual data which is to be exposed to the end user | ![]() | |
Java primitive data type | has part Java primitive data type name | ![]() |
is normally used instead of wrapper class instances for arithmetic | ![]() | |
data abstraction | groups the pieces of data that describe some entity, so that programmers can manipulate that data as a unit | ![]() |
helps a programmer to cope with the complexity of data | ![]() | |
hides the details of data | ![]() |