AJaiCodes logoAJaiCodes
HomeArticlesAbout

AjaiCodes

A modern tech blog platform where developers share knowledge, insights, and experiences in software engineering and technology.

Quick Links

  • Home
  • Articles
  • About

Legal

  • Privacy Policy
  • Terms of Service

© 2026 AjaiCodes. All rights reserved.

HomeTag: Virtual Threads

Articles

Explore articles on software engineering, technology, and more.

Tagged: Virtual Threads3 articles
Ajanthan Sivalingarajah·Mar 09, 2026

The Java 25 LTS Revolution: Modern Concurrency, Cleaner Constructors, and a Simpler Java

Deep dive into Java 25 LTS (Sept 2025) features: modern concurrency (virtual threads, structured concurrency), flexible constructors, module imports, compact headers, and migration strategies

22 min read

JavaJDK 25Java LTS
Programming FundamentalsConcurrencyJava
Ajanthan Sivalingarajah·Mar 02, 2026

Java Concurrency Thread Types Explained with Code (JDK 25 LTS Deep Dive)

Deep technical guide to Java concurrency thread types in JDK 25 LTS with code examples, covering platform threads, virtual threads, executors, Fork/Join, CompletableFuture, and structured concurrency.

7 min read

Java ConcurrencyJava ThreadsJDK 25
JavaConcurrencyProgramming
Ajanthan Sivalingarajah·Feb 27, 2026

Threads and Concurrency in Modern Java: A Technical Deep Dive

A deep technical guide to threads and concurrency in modern Java, covering the Java Memory Model, synchronization, executors, Fork/Join, CompletableFuture, virtual threads, and structured concurrency

7 min read

JavaThreadsConcurrency
ProgrammingConcurrencyBackend Engineering