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. Use the Integer class to use int
data type as an unsigned integer. See the section The Number Classes for more information
Comments
(2)
Please login to comment.