News

There's a lot of excitement in the Java community regarding the latest long-term support JDK release. When that release debuts, Java developers will be welcomed with the familiar Hello World program ...
If you’ve ever wanted to understand how failure is represented in source code, you’ve come to the right place. In addition to an overview of Java exceptions, this article gets you started with Java’s ...
Graham Hamilton, VP and Fellow in the Java platform team at Sun Microsystems, talked about the future of Java SE in today's Sun general Technical session. In the same session Bill Shannon talked about ...
Manipulating calendar dates is an essential aspect of many applications written in Java. Traditionally, developers relied on the java.util.Calendar class to get the ...