Java Bits

  Lowest and Highest value of int in java

Int data type is a 32-bit signed two's complement integer. Minimum value is - 2,147,483,648.(-2^31) Maximum value is 2,147,483,647(inclusive).(2^31 -1)

No comments:

Post a Comment