feedburner
Enter your email address:

Delivered by FeedBurner

feedburner count

Hidden Iterator in Collections toString()

Labels: ,

The toString() method in the Java Collection invokes the toString() method of each item using Iterator.
In a multi-threaded environment a call to toString() should be synchronized to prevent ConcurrentModificationException.

0 comments:

Post a Comment