Latest Java Aptitude Question SOLUTION: Q. What is an Iterator ? A. The Iterator interface is used to step through the elements of a Collection. Iterators let you process each element of a Collection. Iterators are a ge