Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Significance of using ListIterator or Iterator

807607Nov 6 2006 — edited Nov 6 2006
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 4 2006
Added on Nov 6 2006
3 comments
518 views