Java byte Keyword
Definition and Usage
The byte
keyword is a data type that can store whole numbers from -128 to 127.
Related Pages
Read more about data types in our Java Data Types Tutorial.
The byte
keyword is a data type that can store whole numbers from -128 to 127.
Read more about data types in our Java Data Types Tutorial.