题目:下面代码的输出结果为: String[] numbers = {"one","two","three"}; System.out.println(numbers[3] + " " + numbers[2] + " " + numbers[1]);
A. one two three
B. three two one
C. 产生编译错误
D. 运行时将抛出异常
答案:评论后可见此内容
推荐使用我们的公众号搜索题目,题目更全,检索更方便。支持语音、图片、文字等多种搜索方式。