A Admin • 833K Points Coach Q. Which of the following is used to convert Set to List? (A) List.of(set) (B) Arrays.asList(set) (C) new ArrayList<>(set) (D) Set.toList() Correct Answer - Option(C) Views: 17 Filed under category Java Hashtags: Java Set Share Manage Tags
Discusssion
Login to discuss.