PRO192_-_FA_2024_-_Block_5_-_FE_3237.webp
plum_blossom1

PRO192_-_FA_2024_-_Block_5_-_FE_3237.webp

Kizspy | Question: 35
(Choose 1 answer)
Given the following code snippet:int[] arr = new int[100];
ArrayList<Integer> al = new ArrayList();
Choose the correct statement.
A. arr can not change its length whilst al can change its length
B. arr might change its length, but al cannot change the length
C. arr and al will have fixed lengths throughout the program
D. Access the first element of them by using al[0] and arr[0]

Thông tin

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

Share this media

Back
Bên trên Bottom