Package net.jrodolfo.java_evolution.java18
package net.jrodolfo.java_evolution.java18
Examples for features introduced in Java 18.
Java 18 focused on portability and tooling. UTF-8 became the standard default
charset, reducing platform-dependent text bugs. The JDK also gained the
jwebserver tool, JavaDoc @snippet support, and an
Internet-address resolution SPI for advanced networking environments.
-
ClassesClassDescriptionDemonstrates UTF-8 as the default charset, standardized in Java 18.