InterviewSolution
Saved Bookmarks
| 1. |
Is Iterator A Class Or Interface? What Is Its Use? |
|
Answer» ITERATOR is an INTERFACE which is used to step through the elements of a COLLECTION. Iterator is an interface which is used to step through the elements of a Collection. |
|