(Choose 1 answer)
Your programming problem is to create a list of unique values of part ID numbers in a large ( representing orders. Furthermore, it would be nice if the list was in sorted order.
You have decided to use one of the collection classes in the java.util package to construct th the following interfaces should the ideal class implement?
A. Map
B. SortedMap
C. List
D Set
E. SortedSet
Finish
E25