摘要: 今日内容介绍 1、集合 2、Iterator迭代器 3、增强for循环 4、泛型 第一节课开始 ###01集合使用的回顾 *A:集合使用的回顾 *a.ArrayList集合存储5个int类型元素 public static void main(String[] args) { ArrayList<I 阅读全文
posted @ 2018-03-19 15:13 外星人不吃饭 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 第17天常用API 今日内容介绍 u 基本类型包装类 u System u Math u Arrays u BigInteger u BigDecimal 第1章 基本类型包装类 大家回想下,在第二天我们学习Java中的基本数据类型时,说Java中有8种基本的数据类型,可是这些数据是基本数据,想对其 阅读全文
posted @ 2018-03-18 13:19 外星人不吃饭 阅读(134) 评论(0) 推荐(0) 编辑