Basic and Advance Java Question:
Download Questions PDF

What is an Iterator interface in Java Programming?

Answer:

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

Download Java Interview Questions And Answers PDF

Previous QuestionNext Question
If a method is declared as protected, where may the method be accessed in Java Programming? How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters in Java Programming?