首页 > 软件操作教程 > 编程开发 > Java
题目内容

Java Integer类中的常量

题目答案


//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类型二进制补码位数"+intSize);

System.out.println("int类型二进制补码字节数"+intBytes);

}

}image.png

网友评论(共0条评论)

请自觉遵守互联网相关政策法规,评论内容只代表网友观点!

最新评论

点击加载更多评论>>

软件操作 新人注册送三重礼

已有 22658 名学员学习以下课程通过考试

相关视频试题

最需教育客户端 软件问题一手掌握

去 App Store 免费下载 iOS 客户端