Learning Modern Java: A Tutorial Using Java 8

Fast-moving series of tutorials on Java programming using Java 8. From popular author & developer Marty Hall. Source code, exercises, & exercise solutions included.

Similar

Java’s Sealed Classes

The release of Java SE 15 in Sept 2020 will introduce "sealed classes" (JEP 360) as a preview feature. A sealed class is a class or interface which restricts which other classes or interfaces may extend it. Sealed classes, like enums, capture alternative... (more…)

Read more »

Java Bitwise

Bitwise operations are faster and secure. Highly used in Security/Encryption,  Finite State Machines, Graphics, Comunication over ports/sock... (more…)

Read more »