Java Developer Question:
Download Questions PDF

What is Iterator interface in Java Programming?

Answer:

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

Download Java Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Which containers is use a border layout as their default layout?Suppose if a method is declared as protected, where may the method be accessed in Java Programming?