package integer;

public class baozhuang {
public static void main(String[] args) {
System.out.println(Integer.MAX_VALUE);
System.out.println(Integer.MIN_VALUE);
System.out.println(Integer.TYPE);
System.out.println(Integer.SIZE);
System.out.println(Double.SIZE);
System.out.println(Float.SIZE); Integer n1=15;
double n2=n1.doubleValue();
System.out.println(n2); Integer n=new Integer(15);//装箱
Integer n3=Integer.valueOf(45); //装箱,推荐,带有缓存,最好使用第二种
}
}

最新文章

  1. CSS布局奇淫技巧之--各种居中
  2. WCF 、Web API 、 WCF REST 和 Web Service 的区别
  3. 6.Git内容修改之后的查看和提交
  4. Scala笔记整理
  5. js关于事件
  6. 【Asphyre引擎】学习笔记(二)
  7. linux测速软件speedtest-cli
  8. DevExpress 中根据数据库字典动态生成卡式菜单 z
  9. 【转载】10个有用的du命令行
  10. bootstrap---treeview使用方法
  11. Angular开发实践(六):服务端渲染
  12. 使用SecureCRT做端口转发
  13. JsonPath 使用
  14. IDEA下搜狗输入法输入中文时卡着不动的参考解决方法
  15. audio video 控制播放和停止
  16. BZOJ.4180.字符串计数(后缀自动机 二分 矩阵快速幂/倍增Floyd)
  17. cocos代码研究(5)Action学习笔记
  18. Cook-Torrence Illumination Model 的一些数学说明
  19. Linux命令之tar命令
  20. 关于hessian接口类方法顺序及对象序列化的实战研究

热门文章

  1. BZOJ3832 Rally
  2. http之206状态码
  3. bzoj 4503 两个串——FFT
  4. bzoj 3328 PYXFIB —— 单位根反演
  5. Poj 2488 A Knight's Journey(搜索)
  6. c# 设置水印,消除水印
  7. spring--AOP--日志---demo1---bai
  8. typescript整合到vue中的详细介绍,ts+vue一梭子
  9. Drools学习笔记2—Conditions / LHS 匹配模式&条件元素
  10. 很详细的Nginx配置说明