How many constructors are there for LinkedHashSet?
C
Correct answer
Explanation
This is the correct answer because there are four constructors in the LinkedHashSet. These are :-LinkedHashSet () LinkedHashSet (c : Collection) LinkedHashSet (initialcapacity : int) LinkedHashSet (initialcapacity : int , loadfactor : float). So, this is the correct answer.