Z35_1721879755_FFT4M06C_1721879760.png
funnycode_se

Z35_1721879755_FFT4M06C_1721879760.png

(Choose 1 answer)
What is the output of the following code snippet?ArrayList<Integer> nums = new ArrayList();
nums.add(0,2);
nums.add(1,3);
nums.add(2,4);nums.add(3,5);
Iterator it = nums.iterator();
while(it.hasNext()){System.out.print(it.next());}while(it!=null);
Α. 2345
B. 0123
C. 02132435
D. 0325
DIFUOn the exem

Thông tin

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

Share this media

Back
Bên trên Bottom