Tag: sealed classes

  • Java 17 features every Java developer should know

    Java 17 released today ( 14 September 2021). Though there are around 14 new features introduced in this release , only two of them directly help developers and they should be aware of these. Those two are : Pattern Matching for Switch Sealed Classess Pattern Matching for Switch is introduced as a preview feature and…

  • Java 15 features every Java developer should know

    Java 15 just arrived. There were in total 14 features introduced in this release. But not every feature needs to be understood from a developer perspective. Only 4 of the 14 features are must to know features for java developers to utilize in their java applications. Here are those four: Sealed classes Text blocks Records…