Core Java
-

Code a Java Game with (almost) Zero Coding Skills
Today, the gaming industry is getting better day by day with the latest tools and technology. Video games are not…
Read More » -

JEP-396 and You: strong encapsulation of the JDK internals is the default
Since the inception of the Project Jigsaw, one of its goals was to encapsulate most of the JDK internal APIs…
Read More » -

How much faster is Java 15?
Java 15 was released on the 15th of September 2020 and has promised to bring with it a few performance…
Read More » -

A Java Test Class Doesnât Test a Class
If you write tests badly, you end up with a Curdled Test Fixture, where thereâs an unholy mess of unrelated…
Read More » -

JDK 17: Hexadecimal Formatting and Parsing
Build 3 of JDK 17 Early Access Builds includes the implementation for JDK-8251989 (“Hex formatting and parsing utility”). This newly…
Read More » -

Generating a stream of Fibonacci numbers
A Java stream represents potentially an infinite sequence of data. This is a simple post that will go into the…
Read More » -

System Stubs: Another Minor Release
In todayâs new release of System Stubs thereâs increased documentation for testing logging output, as well as a new class…
Read More » -

The Temporary Test Property
Just because you can make a variable a long-term property of a test fixture doesnât mean you should. This is…
Read More » -

So I Wrote a Library
If youâve never done it, go out and find an open-source project to contribute to. Whether itâs one of your…
Read More »
