Significance of using ListIterator or Iterator
807607Nov 6 2006 — edited Nov 6 2006Hi All,
What is the significance of using Iterator or List-Iterator over a list? Basically we can get the same effect by using a loop that can traverse the list from the either end. So what extra benefit it gives when we are using it over a list type collection?
Regards,
Gourab Guha