码迷,mamicode.com
首页 > 其他好文 > 详细

8大基本包装类

时间:2018-04-30 19:50:55      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:int   max   最大   har   char   style   system   包装   nbsp   

byte    Byte

short    Short

int     Integer

long    Long

float    Float

double   Double

char    Character

boolean  Boolean

 

Integer i = new Integer(88);

System.out.println(Integer.MAX_VALUE);  // 最大值

i = new Integer.parseInt("123");  //将字符串转为数字

i = new Integer("222");  //字符串构造器

 

8大基本包装类

标签:int   max   最大   har   char   style   system   包装   nbsp   

原文地址:https://www.cnblogs.com/ss-123/p/8974194.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!