Showing posts with label Enumeration. Show all posts
Showing posts with label Enumeration. Show all posts

Difference between Iterator and Enumeration in Java?

In our last tutorial we have seen difference between Iterator and ListIterator. In this tutorial we will see about difference between Iterator and Enumeration in Java. Both Iterator and Enumeration are used to traverse...