Which method in the interface for a dictionary collection returns an iterator on the key/value pairs in the dictionary?
A. keys()
B. entries()
C. pairs()
D. values()
Answer: B
Computer Science & Information Technology