黑马程序员技术交流社区

标题: 反射:Object与数组关系 [打印本页]

作者: 勾尧    时间: 2012-12-24 23:00
标题: 反射:Object与数组关系
本帖最后由 勾尧 于 2012-12-24 23:01 编辑

按照张老师的程序写得,为什么我的报错误,求助下,图片为视频中代码
红色的是错误的代码

                int [] a1 = new int[3];
                int [] a2 = new int[4];
                int [][] a3 = new int[2][3];
                String [] a4 = new String[3];
                System.out.println(a1.getClass()==a2.getClass());
                //System.out.println(a1.getClass()==a4.getClass());
                //System.out.println(a1.getClass()==a3.getClass());
                System.out.println(a1.getClass().getName());


                Exception in thread "main" java.lang.Error: Unresolved compilation problems:
                    Incompatible operand types Class<capture#8-of ? extends int[]> and Class<capture#9-of ? extends String[]>
                     Incompatible operand types Class<capture#10-of ? extends int[]> and Class<capture#11-of ? extends int[][]>



捕获1.JPG (28.12 KB, 下载次数: 39)

捕获1.JPG

作者: 邵天强    时间: 2012-12-25 09:05
兄弟,你的问题在论坛中有人问过了,请经常逛逛论坛,看看
别人发的帖子http://bbs.itheima.com/thread-34575-1-1.html
谢谢
作者: 田旭阳    时间: 2012-12-25 10:18
没有解决的编译问题
作者: 勾尧    时间: 2012-12-25 14:27
邵天强 发表于 2012-12-25 09:05
兄弟,你的问题在论坛中有人问过了,请经常逛逛论坛,看看
别人发的帖子http://bbs.itheima.com/thread-345 ...

哦,之前没注意,谢谢
作者: 雷傲    时间: 2012-12-25 16:19
版主依然很给力啊 嘿嘿




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2