Java View all facts Glossary Help |
| value > primitive value > integral value > integer |
| integer comparison table | ||||
| Subject | use | use for | require | see also |
|---|---|---|---|---|
| byte | basic arithmetic operators +, -, *, / and % | textual data which is to be exposed to the end user | 8 bits | Byte class |
| int | Integer class | |||
| long | long^3 | |||
| short | short^3 |
Next integral value: char Up: integral value