A Admin • 828.03K Points Coach Q. Which of the following will throw NullPointerException? (A) new HashSet<>().add(null) (B) new TreeSet<>().add(null) (C) new LinkedHashSet<>().add(null) (D) new ArrayList<>().add(null) Correct Answer - Option(B) Views: 11 Filed under category Java Hashtags: Java Set Share Manage Tags
Discusssion
Login to discuss.