Created
May 15, 2012 08:59
-
-
Save liweinan/2700200 to your computer and use it in GitHub Desktop.
MaxInteger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class MaxInteger { | |
public static void main(String[] args) { | |
System.out.println(Integer.MAX_VALUE); | |
System.out.println(Integer.MIN_VALUE); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2147483647
-2147483648