Tag

JDK9

0 views collected around this technical thread.

JD Tech
JD Tech
May 15, 2023 · Backend Development

Implementing Asynchronous Timeout with CompletableFuture in Java (JDK 8 & JDK 9)

This article explains how to use Java's CompletableFuture for parallel execution, demonstrates the limitations of simple timeout handling in JDK 8, and shows how JDK 9's built‑in orTimeout method and a custom utility class can provide precise asynchronous timeout control for backend services.

Async TimeoutCompletableFutureConcurrency
0 likes · 12 min read
Implementing Asynchronous Timeout with CompletableFuture in Java (JDK 8 & JDK 9)
Java Architect Essentials
Java Architect Essentials
Mar 2, 2018 · Fundamentals

New Features of JDK 9

JDK 9 adds a range of language and runtime enhancements—including a new module system, JShell REPL, upgraded Stream API, HTTP client, and internal changes to strings and exception handling—to improve modularity, performance, and developer productivity across Java applications.

HttpClientJDK9JShell
0 likes · 9 min read
New Features of JDK 9
AntTech
AntTech
Dec 5, 2017 · Backend Development

Key Takeaways from JavaOne 2017: JDK9 Features, Java EE Updates, and Serverless FAAS

The article summarizes the JavaOne 2017 conference, highlighting JDK9's modular system and collection factories, Java EE8 enhancements, JVM improvements, a graph‑based recommendation demo using EE4J, and the rise of serverless FAAS as a cloud‑native computing model.

FaaSJDK9Java
0 likes · 8 min read
Key Takeaways from JavaOne 2017: JDK9 Features, Java EE Updates, and Serverless FAAS