Tagged articles
3 articles
Page 1 of 1
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.

AppCDSJDK13SwitchExpressions
0 likes · 11 min read
Detailed Overview of JDK 13 New Features and Enhancements
21CTO
21CTO
Aug 5, 2018 · Fundamentals

What’s New in Java 10? A Deep Dive into Its Key Features

This article reviews the major new features of Java 10—including local‑variable type inference with var, a unified JDK repository, enhanced garbage‑collector interfaces, a parallel G1 collector, application class‑data sharing, thread‑local handshakes, Graal JIT, extended Unicode locales, heap allocation on alternative storage, and a time‑based version‑string scheme—highlighting their impact on developers and performance.

AppCDSGarbage Collectorgraal
0 likes · 17 min read
What’s New in Java 10? A Deep Dive into Its Key Features