Package net.jrodolfo.java_evolution.java19


package net.jrodolfo.java_evolution.java19
Examples for features introduced or previewed in Java 19.

Java 19 previewed and incubated several features that shaped modern Java. Virtual threads targeted scalable blocking code, record patterns and pattern matching for switch reduced type-dispatch boilerplate, structured concurrency improved task lifetime management, and the Foreign Function and Memory API continued the path away from JNI for many native-integration use cases.