Its about Java in simple words
Pages
Home
Java
Java Bits
Java Miscellaneous
Unix slices
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
Home
Subscribe to:
Posts (Atom)
No comments:
Post a Comment