The following describes selected improvements of the Java API. See the Java 13 release notes.
Unresolved directive in <stdin> - include::FileSystemsApi.adoc[leveloffset=+1]
The following describes selected improvements of the Java API. See the Java 13 release notes.
Unresolved directive in <stdin> - include::FileSystemsApi.adoc[leveloffset=+1]
The following describes selected improvements of the Java JVM. See the Java 13 release notes.
Class data sharing (CDS) allows class metadata to be shared across different JVM instances to reduce startup time. Java 13 is now delivering Dynamic CDS Archives with JEP 350 that simplifies the process of generating a shared archive when an application is exiting.
The following describes selected improvements of the Java language. See the Java 13 release notes.
Java 13 is introducing the following language enhancements as developer preview.
JEP 354 is enhancing the switch expression introduced in {java12} by introducing the yield statement to return values from a switch expression.
JEP 355 introduces text blocks.A text block is a multi-line string literal that avoids the need for most escape sequences, automatically formats the string in a predictable way, and gives the developer control over format when desired.
The following describes selected improvements of the Java API. See the Java 12 release notes.
Unresolved directive in <stdin> - include::CollectorsApi.adoc[leveloffset=+1] Unresolved directive in <stdin> - include::FilesApi.adoc[leveloffset=+1] Unresolved directive in <stdin> - include::StringApi.adoc[leveloffset=+1] Unresolved directive in <stdin> - include::NumberFormatApi.adoc[leveloffset=+1]