What are the differences between a HashMap and a Hashtable in Java?
Which is more efficient for non-threaded applications?
HashMap is emulated and therefore usable in GWT client code whereas Hashtable is not.
HashMap
GWT client code
Hashtable