DEVFYI - Developer Resource - FYI

What is an Iterator interface?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

49. What is an Iterator interface?

The Iterator interface is used to step through the elements of a Collection.

(Continued on next question...)

Other Interview Questions