袁梦希 发表于 2013-5-19 21:44
ArrayList collection1 = new ArrayList();
collection1.getClass().getMethod("add", Obj ...
李阳阳 发表于 2013-5-19 22:29
ArrayList collection4 = new ArrayList();
collection4.getClass().getMethod("add", Object.c ...
李阳阳 发表于 2013-5-19 22:29
ArrayList collection4 = new ArrayList();
collection4.getClass().getMethod("add", Object.c ...
Super_Class 发表于 2013-5-20 08:33
原因是1是基本数据类型。jdk1.5以后会自动装箱,将基本数据类型装箱为
new Integer(1);
System.out.println ...
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) | 黑马程序员IT技术论坛 X3.2 |