Browse Today's favorites or All time favorites.
Please Sign In or Register to share and submit your questions.
Java Queries
Complete java interview questions library
Home » Interview Questions » Core Java Interview Questions » Is Iterator a Class or Interface? What is its use?
Is Iterator a Class or Interface? What is its use?
Iterator is an interface which is used to step through the elements of a Collection.
Write a comment