Tagged articles
8 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
FunTester
FunTester
Jun 28, 2020 · Fundamentals

Master Java Text Blocks: Simplify Multiline Strings in JDK 13‑15

This article explains Java's Text Block feature (JEP 355), showing how it turns cumbersome, escape‑heavy multiline strings into clean, readable literals, details its processing steps, new escape sequences, and how to control indentation with the indent() method.

JDK13JDK15Java
0 likes · 5 min read
Master Java Text Blocks: Simplify Multiline Strings in JDK 13‑15
Programmer DD
Programmer DD
Aug 22, 2019 · Backend Development

What’s New in IntelliJ IDEA 2019.2? A Deep Dive into Performance and Smart Features

IntelliJ IDEA 2019.2, released on July 24, 2019, brings JDK 13 support, smarter code suggestions, duplicate detection, structured search, folder‑specific settings, enhanced cursor movement, tab shortcuts, large‑file handling, performance boosts, refined debugging, tighter Git integration, and a revamped plugin center, all aimed at improving developer productivity.

IDEIntelliJ IDEAJDK13
0 likes · 6 min read
What’s New in IntelliJ IDEA 2019.2? A Deep Dive into Performance and Smart Features
Programmer DD
Programmer DD
Jul 3, 2019 · Backend Development

JDK 13: Dynamic CDS, ZGC Uncommit, Socket API, Switch Expressions, Text Blocks

JDK 13 introduces five notable enhancements—Dynamic CDS Archives for faster startup and lower memory use, ZGC’s ability to uncommit unused heap memory, a modernized socket API replacing legacy classes, preview switch expressions with both statement and expression forms, and preview text blocks for cleaner multi‑line strings.

DynamicCDSJDK13Java
0 likes · 10 min read
JDK 13: Dynamic CDS, ZGC Uncommit, Socket API, Switch Expressions, Text Blocks
21CTO
21CTO
Jun 16, 2019 · Fundamentals

What’s New in Java 13? Key Features and Release Timeline Explained

This article explains Java's new six‑month release cadence, the upcoming September GA of JDK 13, and highlights five major JEPs—including Dynamic CDS Archives, ZGC memory uncommit, a revamped Socket API, preview switch expressions, and text blocks—that shape the latest Java release.

JDK13JEPJava
0 likes · 4 min read
What’s New in Java 13? Key Features and Release Timeline Explained