标题:求教出现的Exception in thread "main"
取消只看楼主
zt815082858
Rank: 1
等 级:新手上路
帖 子:56
专家分:3
注 册:2016-10-30
结帖率:61.54%
已结贴  问题点数:15 回复次数:1 
求教出现的Exception in thread "main"
package sec;

public class Test {
    public static void main(String[] args) {
        System.out.println(args[0]);
        System.out.println(args[1]);   
    }

}


结果显示:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
    at sec.Test.main(Test.java:5)
搜索更多相关主题的帖子: 出现 Exception thread main Test 
2017-10-09 09:52
zt815082858
Rank: 1
等 级:新手上路
帖 子:56
专家分:3
注 册:2016-10-30
得分:0 
回复 3楼 calix
好的,谢谢
2017-10-10 21:24



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-481208-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.112576 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved