April 16, 2008 10:47

0 comments

I have a new favorite Java keyword: continue. Dunno how I missed this for all this time, but it’s wonderful.

In any loop, it advances to the next loop cycle.


Add comment