

MCQOPTIONS
Saved Bookmarks
1. |
Which exception does the Iterators throw from their next() method when there are no more values to iterate, that work on finite collections ? |
A. | ExitIteration |
B. | AbortIteration |
C. | Abort |
D. | StopIteration |
Answer» E. | |