Tagged articles
3 articles
Page 1 of 1
Architecture Digest
Architecture Digest
Sep 25, 2024 · Fundamentals

A Practical Overview of New Java Features from Java 9 to Java 17

This article presents a concise, hands‑on review of the most useful Java language enhancements introduced between Java 9 and Java 17—including private interface methods, Optional API upgrades, var type inference, the new HTTP client, switch expressions, text blocks, records, instanceof pattern matching, and sealed classes—illustrated with clear code examples.

JavaJava11Java13
0 likes · 15 min read
A Practical Overview of New Java Features from Java 9 to Java 17
21CTO
21CTO
Sep 17, 2019 · Backend Development

What’s New in Java 13? 5 Game‑Changing Features Explained

This article outlines Java 13’s release schedule, its five major JEPs—including Dynamic CDS Archives, ZGC memory uncommit, a revamped Socket API, Switch Expressions, and Text Blocks—detailing how each feature works, its usage steps, and sample code to help developers adopt them.

CDSJEPJava13
0 likes · 12 min read
What’s New in Java 13? 5 Game‑Changing Features Explained