设有数组的定义int[] a = new int[3],则下面对数组元素的引用错误的是( )。
A.a[0]; B.a[a.length-1]; C.a[3]; D.int i=1; a[i];
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。