Modify the PhoneBook class to use a TreeMap instead of a HashMap.
What will be an ideal response?
```
private Map phoneMap =
new TreeMap ( ) ;
```
Does anything change when you execute the method printBook? Yes, the items in the phone book are output in alphabetical order based on the name.
Computer Science & Information Technology
You might also like to view...
You can choose whether or not gridlines ________ or print
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
A hot feed is a real-time transfer of data from a source IS to a destination IS that does not receive acknowledgment of receipt of data, so the data transfer is not guaranteed
Indicate whether the statement is true or false
Computer Science & Information Technology