Year ago, I had a post about iterating through collection. Today my colleague's question gave me the idea about an example of using collection right. Let's say we have a collection like...
In my opinion, iterating through a collection is very basic and simple thing because it appears in any developer's code everyday (of course in the languages support collection).
It's normally my simplest question...