Hashtable Vs ConcurrentHashMap (Beginning Java forum at JavaRanch)
In theory, the implementations in the java.util.concurrent package are supposed to be more consistent than the ones in java.util when under load; just as the performance of a ReentrantLock is supposed to be more consistent than synchronization. But whethe...