0
sets
Which two of the following statements are true? 1. HashSet does not retain order. 2. Set contains only unique values. 3. LinkedHashSet does not retain order. 4. Set can contain duplicate values.
1 ответ
- 1
1 and 2 are true for Java Collection Classes