I felt like making a screencast today, so I did. I will be making more of these in the future so I figured I’d talk about a topic I think I know half decent so I decided on talking about using Java’s new style for-loop. This discusses the semantics of the new style for-loop along with how to roll your own data types which are able to be used together with it.
You can find the screencast here (right-click and download).




#1 by R. P. Dillon on September 24, 2009 - 1:30 am
It’s actually really nice to see some screencasts focused on idioms in popular languages like Java. This is a good introduction for new Java programmers on how to choose among Java’s “for” looping constructs, and how to make your code compatible with the newer variety. Thanks!