2017年12月25日

包装类相关例子

摘要: public class Test {/** * 01.所有的包装类 都有将对应的基本数据类型作为参数 来构造自己的实例 */ public void test1(){ Byte b=new Byte((byte) 1); Short s=new Short((short) 1); Integer 阅读全文

posted @ 2017-12-25 12:30 斯人已去犹忆影 阅读(118) 评论(0) 推荐(0) 编辑

导航