PRO192_-_C1_-_FE_-_SU_2023_391.webp
H

PRO192_-_C1_-_FE_-_SU_2023_391.webp

(Choose 1 answer)
Given:
11. public static void main(String[] args) {
12. Object obj =new int[] {1,2,3};
13. int[] someArray = (int[])obj;
14. for (int i: someArray) System.out.print(i+" ");
15.}
What is the result?
A. 123
B. Compilation fails because of an error in line 12.
C. Compilation fails because of an error in line 13.
D. Compilation fails because of an error in line 14.
E. A ClassCastException is thrown at runtime.
Ext 16

Thông tin

Category
PRO192
Thêm bởi
Hohenheim90
Ngày thêm
Lượt xem
2,676
Lượt bình luận
19
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRO192_-_C1_-_FE_-_SU_2023_391.webp
File size
62.6 KB
Dimensions
1713px x 893px

Share this media

Back
Bên trên Bottom