
Difference between Iterator and ListIterator in Java?
In this tutorial we will see about difference between java.util.Iterator and java.util.ListIterator interfaces. Both interface are used to traverse values from the collection Object. But the differences are Iterator can traverse only in forward...