Package net.jrodolfo.java_evolution.java11


package net.jrodolfo.java_evolution.java11
Examples for features introduced in Java 11.

Java 11 added practical library improvements such as new String methods, Files.readString, Files.writeString, the standard HTTP Client API, Predicate.not, Optional.isEmpty, and var support in lambda parameters.

For beginner-oriented notes about the problems these features solved, see the package README in the source directory.