Functional Programming Concepts in Java
With the rise of lambda expression and newer features, there is an increasing necessity to review some of the functional programming concepts and how are they applied in Java.
An Introduction to Java Sealed Classes and Interfaces
In this article, we’ll explore what a sealed type in Java is, how to define a class and interface as sealed and finally we’ll go through a practical example.
Older