A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

© 勾尧 中级黑马   /  2012-12-24 23:00  /  1679 人查看  /  4 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

本帖最后由 勾尧 于 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, 下载次数: 38)

捕获1.JPG

评分

参与人数 1黑马币 +21 收起 理由
邵天强 + 21 鼓励一下

查看全部评分

4 个回复

倒序浏览
兄弟,你的问题在论坛中有人问过了,请经常逛逛论坛,看看
别人发的帖子http://bbs.itheima.com/thread-34575-1-1.html
谢谢
回复 使用道具 举报
田旭阳 来自手机 黑马帝 2012-12-25 10:18:22
藤椅
没有解决的编译问题
回复 使用道具 举报
邵天强 发表于 2012-12-25 09:05
兄弟,你的问题在论坛中有人问过了,请经常逛逛论坛,看看
别人发的帖子http://bbs.itheima.com/thread-345 ...

哦,之前没注意,谢谢
回复 使用道具 举报
版主依然很给力啊 嘿嘿
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马