What is Byte Data Type In Java
Answers
Answered by
0
Explanation:
❤️❤️❤️❤️
- byte: The byte data type is an 8-bit signed two's complement integer. It has a minimum value of -128 and a maximum value of 127 (inclusive). ... In Java SE 8 and later, you can use the int data type to represent an unsigned 32-bit integer, which has a minimum value of 0 and a maximum value of 232-1.
hope it's helpful for you ☺️
Similar questions