JDK 25 brings powerful new features to Java and JVM developers. Here are seven new or updated features that could convince you to switch. Java continues its fast and feature-packed release schedule, ...
The proposal introduces APIs for obtaining CompletableFutures that are backed by managed threads (threads that are managed by the container), with the ability to capture context from the thread that ...
JetBrains has released IntelliJ IDEA 2025.2, adding offline AI-powered code completion for Java and support for Java 25, the next long-term support (LTS) release. There are also enhanced Spring ...
Java defies the hype cycle, thriving at 30 with unmatched enterprise trust, modern AI integration, and a vibrant, global developer community. In a fast-paced tech landscape where languages rise and ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
This study explores the potential of chatbots, specifically ChatGPT, in Java software development. The aim is to classify tasks for effective use of industrial code and develop recommendations for ...
ScopedValue is an alternative to ThreadLocal, and works in tandem with VirtualThreads and the new StructuredTaskScope. Find out what scoped values can do for your multithreaded programs in Java. As ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Martin Kleppmann, an associate professor at ...
A few months ago, I had a discussion with some friends online. The premise of the discussion was that even if you account for complexity, shorter code is more likely to be bug-free code. As a C ...