With the increasingly complexity of concurrent applications, many developers find that Java’s low-level threading capabilities are insufficient to their programming needs. In that case, it might be ...
Java’s garbage collection features tend to confuse new developers. I wrote this two-part series on garbage collection to dispel that confusion. Part 1 introduced you to garbage collection, explored ...
In the last year or two, interest in "alternative" languages on top of the Java Virtual Machine has grown exponentially, to the point where three languages were blessed with official acceptance in the ...