Java Developer Question:
What is Iterator interface in Java Programming?
Answer:
The Iterator interface is used to step through the elements of a Collection.
Previous Question | Next 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? |