MCQOPTIONS
Saved Bookmarks
| 1. |
Which method returns an enumeration of the values contained in the dictionary? |
| A. | Enumeration elements() |
| B. | Enumeration keys() |
| C. | Enumeration propertyNames() |
| D. | None of the above |
| Answer» B. Enumeration keys() | |