Tag

jdk13

1 views collected around this technical thread.

Architect's Tech Stack
Architect's Tech Stack
Mar 1, 2021 · Backend Development

Detailed Overview of JDK 13 New Features and Enhancements

This article reviews the latest JDK 13 enhancements—including switch‑expression optimizations, text‑block syntax, dynamic AppCDS archives, ZGC memory‑reclamation, revamped socket APIs, new FileSystems methods, bulk ByteBuffer operations, the Reiwa era in java.time, expanded Unicode support, and recent HotSpot and security updates—providing code examples and migration guidance for Java developers.

AppCDSJavaSwitchExpressions
0 likes · 11 min read
Detailed Overview of JDK 13 New Features and Enhancements
Architect's Tech Stack
Architect's Tech Stack
Oct 3, 2019 · Fundamentals

Detailed Overview of JDK 13 New Features

This article provides a comprehensive English summary of JDK 13's new features—including switch expression enhancements, text‑block syntax, dynamic CDS archives, ZGC memory reclamation, revamped socket APIs, new FileSystems methods, updated NIO ByteBuffer operations, the Reiwa era in java.time, Unicode 12.1 support, GC improvements, security updates, and removed legacy functionalities—accompanied by original Java code examples.

JavaNIOSwitch Expression
0 likes · 11 min read
Detailed Overview of JDK 13 New Features