OJCP(SCJP)題庫下載題庫

上一題
第11題 Given: 1. class Alligator{ 2. public static void main(String[] args){ 3. int[]x[] = {{1,2},{3,4,5},{6,7,8,9}}; SCJP 6.0 認證教戰手冊 黃彬華著 碁峰出版 6 4. int[][]y = x; 5. System.out.print(y[2][1]); 6. } 7. } What is the result?
(A) 2
(B) 3
(C) 4
(D) 6
(E) 7 F. Compilation fails.


答案:登入後觀看
難度: 簡單
最佳解!
謝志彥 幼兒園下 (2017/07/26)
1. class Alligator{ 2.     ...


(內容隱藏中)
查看隱藏文字

第11題 Given: 1. class Alligator{ 2. pu..-阿摩線上測驗