Interview Question
Created by admin on Sat, 17/11/2012 - 15:57
Question:
What is an Iterator interface?
Language:
Answer:
The Iterator interface is used to step through the elements of a Collection.
What is an Iterator interface?