Software bugs are an inevitable part of the development process. For this reason, Java debugging is a core skill every programmer should have. ... (more…)
Read more »
Accessing foreign (e.g. off-heap) memory from a Java application can be useful for a number of reasons, from avoiding the costs associated with garbage colle... (more…)
Read more »
I've recently had my Mac scanned for a corporate compliance test and the older Java 8 JDK has come up as a failure point. Even though I had newer JDKs installed, it meant that I had to go in and uninstall the one that was making me fail this test. There i... (more…)
Read more »
Project Lombok tutorial. Project Lombok is a popular Java library that is used to automate a lot of repeated boilerplate codes in java files. (more…)
Read more »
Java has been criticized about its heavy syntax for years compare to other modern programming languages. But things changed since the new… (more…)
Read more »