JAVA基本數據類型及變量

基本數據類型及變量 整型變量 代碼示例 int num=10; System.out.printfln(num); 一個int佔4個字節,數據範圍爲-21億~21億。 以下代碼查看整數數據範圍 System.out.printfln(Integer.MAX_VALUE);//int的最大值 System.out.printfln(Integer.MIN_VALUE);//int的最小值 長整型變量
相關文章
相關標籤/搜索