摘要: JDK各个版本的新特性的对比 jdk1.5的新特性:1. 泛型 ArrayList list=new ArrayList() >ArrayList<Integer>list=new ArrayList<Integer>();2 自动装箱/拆箱 int i=list.get(0).parseInt() 阅读全文
posted @ 2019-12-28 18:43 阿 飞 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 1、写出示例的执行结果 执行:new ClassB(); 执行结果: 阅读全文
posted @ 2019-12-28 18:16 阿 飞 阅读(116) 评论(0) 推荐(0) 编辑