News

I have previously blogged on how Groovy and ActionScript provide demonstrations of switching on Strings functionality that has not been available in Java. JDK 7 changes this for Java by ...
How to format console output in Java. Note the letter ‘f’ in the Java Console’s printf method. The difference between print() and printf() is the ability to easily output formatted text. To ...