Lately I was implementing a simple scripting language based on XML. One of the goals was to emit informative and detailed error messages for syntax errors and script execution errors. In order to achi… more →
The Java Explorerwrote 2 years ago: Lately I was implementing a simple scripting language based on XML. One of the goals was to emit inf … more →
wrote 3 years ago: From time to time, I find myself wondering what happens when an exception is thrown from some exotic … more →
wrote 3 years ago: Java suggests two techniques for defining an ordering on a collection of objects. The first is imple … more →
wrote 3 years ago: java.lang.String is one of the mostly used classes in Java. Interestingly, it is important to know … more →
wrote 3 years ago: Any Java programmer has encountered at least once the disturbing OutOfMemoryError (OOME) message. Th … more →
wrote 3 years ago: The class SimpleDateFormat is a very popular class, allowing flexible formatting and parsing of date … more →
wrote 4 years ago: Java introduced the java.util.regex package in version 1.4. It is a powerful addition, and yet, one … more →