InterviewSolution
Saved Bookmarks
| 1. |
What Is Iterator Interface In Java Programming? |
|
Answer» The ITERATOR interface is used to step through the ELEMENTS of a COLLECTION. The Iterator interface is used to step through the elements of a Collection. |
|