News

J2SE 5 provided significant new language features that made Java significantly easier to use and more expressive than it had ever been.
There are many ways to write a Java String palindrome program. In this Java palindrome example we demonstrate recursion and how the use of loops, arrays, Scanner and the reverse method can improve ...
Get a deep dive into using method references in your Java programs, including stream operations, event listeners, and constructors and factories.
In the next few posts we will start exploring how we can use pointer arrays to create re-usable drivers. We will examine configuration tables in addition to common peripherals such as the timer, gpio ...