经常用到的常识

1.JDK中,整型类型是有范围的  -2147483648~2147483647  ( -2^31 --- 2^31-1)

Integer.MIN_VALUE = 2147483647
Integer.MAX_VALUE = -2147483648

 

posted @ 2020-07-17 18:44  liberhome  阅读(75)  评论(0编辑  收藏  举报