提兵百万西湖上,立马吴山第一峰!这篇文章主要讲述WrapperClass相关的知识,希望能为你提供帮助。
* 测试包装类的基本用法;
* 包装类就是把基本属性也变成对象,方便有时候用;
* 八种基本属性,其他类型类似于integer,除了int-integer和char-character;其他都是原样;
* @author xu-saozhu
*实际上java lang包里有Wrapper包装类,里面有个抽象类number,八种基本属性就是根据这个number类来重写得到的。
1 public class WrapperClass { 2public static void main(String[]args){ 3Integer i=new Integer(1000); //这样把1000包装成一个对象了 4System.out.println(Integer.MAX_VALUE); //最大的数 5System.out.println(Integer.toHexString(i)); //把1000转换为16进制 6Integer i2=Integer.parseInt("234"); //把字符串转换为数 7System.out.println(i2+10); // 应该输出244 8Integer i3=new Integer("233"); //也是直接转换为数字 9String str=123+""; //数字转换成字符串; 10} 11 }
【WrapperClass】
推荐阅读
- log4j:WARN No appenders could be found for logger (org.springframework.core.env.StandardEnvironment)
- MySQL first()函数
- MySQL min()函数
- MySQL sum()函数
- MySQL avg()函数
- xp系统下怎样删除图片白色背景|xp系统下删除图片白色背景的办法
- 绿茶xp系统弹出windows文件保护的处理办法
- xp系统下Word2013图片显示不全是怎样回事
- win xp系统电脑如何连接无线鼠标