为了账号安全,请及时绑定邮箱和手机立即绑定

Exception in thread "main"

package com.lianxi;


public class jv65 {

public static void main(String[] args) {

// 定义一个长度为 3 的字符串数组,并赋值初始值

String[] hobbys = { "sports", "game", "movie" };

System.out.println("循环输出数组中元素的值:");

        for(int i=0;i<=hobbys.length;i++){

System.out.println(hobbys[i]);

// 使用循环遍历数组中的元素

        }

}

}



循环输出数组中元素的值:

sports

game

movie

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 3

at com.lianxi.jv65.main(jv65.java:10)


正在回答

1 回答

int i=0;i<=hobbys.length。。

i=0;i<=3,当然会越界i=0 1 2 3

0 回复 有任何疑惑可以回复我~
#1

米诺斯 提问者

非常感谢!细节
2015-01-04 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

Exception in thread "main"

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信