摘要: 1 public class ArithmeticTest{ 2 public static void main(String[] args) { 3 int [] a={1,3,5,7,9,11,13,15}; 4 int [] b={1,3,5,7,9,11,13,15}; 5 int [] c={1,3,5,7,9,11,13,15}; 6 7 ... 阅读全文
posted @ 2016-07-25 14:37 娃哈哈哈 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 知识点: 1、Collections的使用。 2、自定义类泛型的使用。 3、自定义类,toString();equals();hashCode()方法的重写。 阅读全文
posted @ 2016-07-25 14:31 娃哈哈哈 阅读(158) 评论(0) 推荐(0) 编辑