Java basics
byte
byte is a Java primitive type.
A byte can store an integer value in the range [â128, 127].
The Byte class is a wrapper class for the byte primitive type. It defines MIN_VALUE and MAX_VALUE constants representing the range of values for this type.
All integer literals in Java are 32âbit int values unless the value is followed by l or L as in 235L, indicating the value should be interpreted as a long.
Syntax:byte variable;
Example:byte b = 124;
Content
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 129 / 159176633. Delta: 0.00224 с