6、变量的溢出效果

public class Overflow
{
   public static void main(String[] args)
    {
      int big=0x7fffffff;
      System.out.println(big);
     }

 

 posted on 2017-10-09 13:50  大鸟3  阅读(74)  评论(0编辑  收藏  举报