Computer Science, asked by ashraf9450, 10 months ago

What is the significance of ListIterator?

Answers

Answered by Anonymous
0

Java ListIterator. Like Iterator, ListIterator is a Java Iterator, which is used to iterate elements one-by-one from a List implemented object. It is useful only for List implemented classes.

plzz mrk me

Answered by MrTSR
2
\bold{ListIterator} extends Iterator, allow bidirectional traversal of list and the modification of elements.
Similar questions