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.
-
ClassesClassDescriptionExplains JavaDoc code snippets introduced in Java 18.Explains the Internet-address resolution SPI introduced in Java 18.Explains the simple web server introduced in Java 18.Demonstrates UTF-8 as the default charset, standardized in Java 18.