News

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 ...
Minecraft's community of creators may be one of the most robust in all of gaming, and this is proven time and time again via many creative outlets.
The free Java applet MAPresso generates choropleth maps, informational maps that represent statistical variations with shaded colors. You've seen them used to display voting statistics, […] ...
Minecraft Java Edition maps can be quite the experience (Image via Reddit) Downloadable maps are one of the best aspects of Minecraft.
Do you need to know how to sort Java objects in a collection, array, or map? Here's how to use the Comparable and Comparator interfaces and avoid ClassCastExceptions.
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, ...