From assertions in JDK 1.4 to the forthcoming lambdas in Java 8, the Java language has evolved considerably since its inception. The next several Java 101 articles present a toolbox of essential Java ...
This article is the first in a four-part Java 101 series exploring Java threads. Although you might think threading in Java would be challenging to grasp, I intend to show you that threads are easy to ...
Experience has shown that the portability, speed of development and built-in run-time support (the C Standard Library) of C far outweigh the relatively small cost of using it. As it turns out, much ...
If you want to be a productive member of a software development team, it's important to master the key Java programming tools and technologies. These tools reach across a variety of areas, and ...
Global variables are divisive: an invaluable shortcut or a dangerous example of sloppy code? Let's talk about what they do, ...
Java is one of the most commonly used and sought-after programming languages in the world right now. It is used in varied fields such as software engineering, data science, etc. Much like any other ...
It's a tall order to expect anyone to sit through all of the keynotes at a conference like JavaOne. It's not that they're tedious or boring; it's just that there are a lot of them. So for those who ...