Programming Tutorials

Comment on Tutorial - How to use Iterator in Java By Fazal



Comment Added by : Rajiv

Comment Added at : 2011-12-01 08:43:32

Comment on Tutorial : How to use Iterator in Java By Fazal
Nice tutorial , just to add <a href="http://javarevisited.blogspot.com/2011/10/java-iterator-tutorial-example-list.html">Iterators are fail fast in Java </a> and throw concurrentModificationException if one thread to modify iterator structurally while other is iterator over it.

View Tutorial