位置:首頁(yè) > 軟件操作教程 > 編程開(kāi)發(fā) > Java > 問(wèn)題詳情

Java Integer類中的常量

提問(wèn)人:劉旭39發(fā)布時(shí)間:2020-11-26评论0


//Integer類中的常量

public class IntegerConstant{

public static void main(String[] args) {

int maxIntValue = Integer.MAX_VALUE;

int minIntValue = Integer.MIN_VALUE;

int intSize = Integer.SIZE;

int intBytes = Integer.BYTES;

System.out.println("int類型最大值為"+maxIntValue);

System.out.println("int類型最笑值為"+minIntValue);

System.out.println("int類型二進(jìn)制補(bǔ)碼位數(shù)"+intSize);

System.out.println("int類型二進(jìn)制補(bǔ)碼字節(jié)數(shù)"+intBytes);

}

}image.png

繼續(xù)查找其他問(wèn)題的答案?

相關(guān)視頻回答
回復(fù)(0)
返回頂部
付费复制

付费获取七天复制权限

限时特价:2.88元/篇原价:10元
联系客服

扫码关注公众号,发送私信联系客服.

微信扫码关注,联系客服

联系客服QQ:2845411722

恭喜您,操作成功,可以复制了

3秒后关闭
X