MCQOPTIONS
Saved Bookmarks
| 1. |
Suppose that you would like to create an instance of a new that has an iteration order that is the same as the iteration order of an existing instance of a . Which concrete implementation of the interface should be used for the new instance? |
| A. | TreeMap |
| B. | HashMap |
| C. | LinkedHashMap |
| D. | The answer depends on the implementation of the existing instance. |
| Answer» D. The answer depends on the implementation of the existing instance. | |