Java 17 – the cool new features introduced since Java 11
Master important Java features: Sealed Classes; Records; switch expressions and pattern matching; Text blocks. [2023] What you will learn Sealed classes: customize an inheritance hierarchy using sealed classes and interfaces. Records: save yourself time and effort by utilizing records for data-centric classes. Switch expressions: understand how they work and how to use the ‘yield’ keyword. […]
Java 17 – the cool new features introduced since Java 11 Read More »









