A Admin • 828.03K Points Coach Q. What will be the result of: new HashSet<>(Arrays.asList(1,2,2,3))? (A) [1,2,2,3] (B) [1,2,3] (C) [1,2,2] (D) Error Correct Answer - Option(B) Views: 14 Filed under category Java Hashtags: Java Set Share Manage Tags
Discusssion
Login to discuss.