News

If businesses have failed to update the widely used but out-of-date Java 6 platform, they may be at heightened risk of cyberattack thanks to additions to commercial exploit kits.
This morning Sun officially released Java 6 for download after over two years of development. The Java 6 development cycle has been the most open of any Java release with weekly builds available ...
The details of Java EE 6 have been getting hashed out for quite a few months in the JSR 316 expert group, which I am part of. The goal of this article is to give you an overview of the changes in Java ...
The 30th anniversary of Java, being celebrated this year, offers a perfect opportunity to reflect on the remarkable changes the ecosystem has undergone.
Java Console class input and ouput The easiest way to garner user input in a Java program is to use the System’s Console class. Introduced in Java 6, Java’s System Console class provides two simple ...