Problem Statement Even the most basic problems become interesting when you dig deep enough. Today, I would like to do a deep dive into measuring time in Java. We will start with the very basics of the Java API and gradually move lower in our stack: throug... (more…)
Read more »
Short and sweet strongly typed XML reader for JVM. Contribute to nileshkhaire/BabyCorn development by creating an account on GitHub. (more…)
Read more »
Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy. https://ec... (more…)
Read more »
The release cycle of Java has changed quite dramatically recently, meaning we're getting new features at a more rapid pace than earlier. If you still hadn't had the time to read up on what's been going on the last releases, look no further! (more…)
Read more »
Concurrent applications, those serving multiple independent application actions simultaneously, are the bread and butter of Java server-side programming. The... (more…)
Read more »