Let’s review some of the design or programming patterns we can use in our code taking advantage of the Modern Java.
Continue readingTag: sealed
Understanding Sealed classes in Java 17
Sealed classes are an enhancement to the language included with LTS version 17 (included since version 16) of Java. Sealed classes or interfaces allow us to restrict what other classes and interfaces can extend from them.
Continue reading