Skip to content

Java 18

Java 18 (2022):

  1. UTF-8 by Default: Adopted UTF-8 as the default charset for standard Java APIs.

  2. Simple Web Server: Introduced a command-line tool to start a minimal web server.

jwebserver -p 8000
  1. Code Snippets in Java API Documentation: Improved API documentation with tagged code snippets.