what is range of values supported by Byte data type
Answers
Answered by
0
Answer:
The byte data type is an 8-bit signed Java primitive integer data type. Its range is -128 to 127 (-27 to 27 – 1). This is the smallest integer data type available in Java. Unlike int and long literals, there are no byte literals.
Answered by
1
Answer:1024bits..............
Similar questions