Multiple Choices
Answer (Choose 1 answer)
A. java.util.ArrayList
The java.util.Vector class provides storage for object references in the order of addition and automatically expands as needed. Which of the following classes is closest in function to the Vector class?
B. java.util.Hashtable
C. java.util.LinkedList
D. java.util.List