News

In a previous blog posting , I listed some "everyday problems" Java developers will often face and included some ideas and links related to addressing these issues. One of the focal points of that ...
java -Dswing.defaultlaf=com.sun.java.swing.plaf.motif.MotifLookAndFeel SpinnerSample "Motif LnF" java -Dswing.defaultlaf=com.sun.java.swing.plaf.windows ...
The term assert is a Java keyword that was introduced into the language with the JDK 1.4 release in February 2002. Java's assert keyword is unique in two very interesting ways: The Java assert is ...
Often stands for "Java ME" (the new name of J2ME, Java 2 Platform, Micro Edition). Java ME is a platform for applications running on mobile phones. These, mainly small, applications (e.g. games ...
A Java compiler is a program that takes the text file work of a developer and compiles it into a platform-independent Java file. Java compilers include the Java Programming Language Compiler (javac), ...