Tag: pattern matching

  • 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…