123456789101112131415



Question 1: Which implementation of Set would you choose if the you want the iterator of set would give you objects in the order it were inserted ?
1. LinkedHashSet
2. TreeSet
3. HashSet