The people who attended my presentations at RMOUG Training Days 2010 asked several good questions. One question that was asked in the Groovy presentation that I really wish I had included a slide on ...
To demonstrate the use of the above, I will use a simple Java class called TimeZoneIDs.java, whose code listing is shown next. package dustin.examples; import java.util.Arrays; import ...