Oracle´s Java 25th Anniversary Event

Together with Oracle Java experts and the Java community, we cordially invite you to join us for a very special online event to hear our personal stories, experiences, and ideas that add to and enrich the ongoing Java story. Read more

Similar

Java Feature Spotlight: Sealed Classes

The release of Java SE 15 in Sept 2020 will introduce "sealed classes" (JEP 360) as a preview feature. A sealed class is a class or interface which restricts which other classes or interfaces may extend it. Sealed classes, like enums, capture alternative... (more…)

Read more »

Java record pattern matching in JDK 19

Enhance the Java programming language with record patterns to deconstruct record values. Record patterns and type patterns can be nested to enable a powerful, declarative, and composable form of data navigation and processing. This is a preview language ... (more…)

Read more »