FXJ Wiki

Back

JMM, Thread Pools, and CompletableFuture

JMM, Thread Pools, and CompletableFuture

Based on the original Java concurrency notes, this post keeps the material on the JMM, locks, atomic classes, ThreadLocal, thread pools, and related topics.
views | comments

This is a short English draft for the Chinese article “并发不是开线程:从 JMM 到线程池与 CompletableFuture”. The full translation is not finished yet, but this page is enough to verify the bilingual blog flow.

Draft Summary#

This draft highlights a few Java backend interview themes such as abstraction boundaries, concurrency, and practical engineering tradeoffs.

Continue with the Chinese version if you want the complete notes, examples, proofs, and code snippets.

JMM, Thread Pools, and CompletableFuture
https://fxj.wiki/en/blog/interview-java-2
Author 玛卡巴卡
Published at 2025年5月16日
Comment seems to stuck. Try to refresh?✨