Multiple Choice
You need to write a program to build and maintain an address book. Since the program must support the possibility of having duplicate names, which data structure would be most appropriate to model this situation?
A) map
B) stack
C) queue
D) linked list
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q53: A stack is a collection that _.<br>A)
Q54: Which of the following statements about data
Q55: A linked list _ encapsulates a position
Q56: A queue is a collection that _.<br>A)
Q57: Print jobs submitted to a printer would
Q59: You need to write a program to
Q60: Which of the following statements about a
Q61: You need to access values in the
Q62: A linear search only requires _ access.<br>A)
Q63: Suppose we have two String objects and