PRO192c_-_SU_2024_-_TE2_2584.webp
vanbinh99

PRO192c_-_SU_2024_-_TE2_2584.webp

Kizspy | Question: 44 (Choose 1 answer)
What is the output of the following code snippet?Set<Integer> set1 = new TreeSet();set1.add(1); set1.add(3); set1.add(2); set1.add(1);System.out.println(set1);
A. [1,2,3]
Β. [1,1,2,3]
C. [1,3,2]
D. [1,3,2,1]

Thông tin

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

Share this media

Back
Bên trên Bottom