News

HashMap LinkedHashMap and TreeMap in Java. All of these cannot be used to store duplicates. We cannot have multiples values for a single key, and just in case we have 2 values then the hashtable will ...
A colleague of mine recently ran into an issue that I have not run into myself, but found to be interesting and, in my opinion, worth blogging about here. During some distributed Java development ...