以下输出是什么 ?class LowHighSwap{ static void doIt( int[] z ) { int temp = z[z.length-1]; z[z.length-1] = z[0]; z[0] = temp; }}class TestIt{ public static void main( String[] args ) { int[] myArray = {1, 2, 3, 4, 5}; LowHighSwap.doIt(myArray); for (int i = 0; i < myArray.length; i++) { System.out.print(myArray[i] + " "); } }}
(A)1 2 3 4 5
(B)5 2 3 4 1
(C)1 2 3 4 1
(D)5 2 3 4 5
参考答案
继续答题:下一题
更多java基础知识试题
- 1常用电动机的启动方法有()
- 2NSA的接入流程中,如果UE在eNodeB发生了随机接入响应相时的问题。可能的原因有哪些?
- 3It is not right to () today’s work until tomorrow.
- 4已知当前文件夹中有纯英文文本文件readme.txt,请填空完成功能把readme.txt文件中的所有内容复制到dst.txt中,with open(‘readme.txt’) as src, open(‘dst.txt’, __) as dst:dst.write(src.read())。
- 5大流量液压系统使用的换向阀一般是()
- 6桌面云外设使用故障时,不建议以下哪种操作?