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. | Exit Iteration |
| B. | Abort Iteration |
| C. | Abort |
| D. | Stop Iteration |
| Answer» E. | |