码迷,mamicode.com
首页 > 其他好文 > 详细

scjp考试准备 - 4

时间:2014-06-20 15:15:31      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:style   class   blog   code   color   string   

好吧这道题我丢脸了,竟然做错了。

如下程序的输出结果是:

class Alligator{ 
    public static void main(String[] args){ 
        int[]x[] = {{1,2},{3,4,5},{6,7,8,9}}; 
        int[][]y = x; 
        System.out.print(y[2][1]); 
    } 
}

 

最后输出7。

我是从1开始数的。

scjp考试准备 - 4,布布扣,bubuko.com

scjp考试准备 - 4

标签:style   class   blog   code   color   string   

原文地址:http://www.cnblogs.com/amunote/p/3797007.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!