News

An implementation of the Trie Map data structure in Java - for efficient search for strings starting with a value. This project is a fork of the triemap project by Marco Brade. Initially this version ...
It seems to be bad to allow this to be fully built. What did you see instead? There is a NPE when toString(), getSerializedSize(), or toByteArray() are called. Exception in thread "main" ...
The Java Architecture for XML Binding provides a powerful and practical way of working with XML content from within Java applications. The newly released JAXB 2.0 offers many new features ...
HashMap vs. Hashtable similarities Both the Hashtable and HashMap implement the Map interface and both share the same set of methods used to add, remove and manipulate elements of a key-value, ...
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 ...