News

Java 22 arrived with a fresh batch of performance, stability, and security features, including support for building AI applications.
How do you use the potential of the cloud for Java development and remain sustainable and cost-efficient?
Among the expected releases of 2024 is JDK 22, which will deliver the next version of Java Standard Edition, covering 12 JEPs and promising to improve Java performance even further.
Performance profiling should be an important part of your DevOps strategy. Follow these five Java performance profiling tips to optimally tune your JVM or troubleshoot runtime issues.
To get the best performance out of enterprise apps, it's helpful to understand the difference between JVM tuning and Java optimization within your environment.
Oracle wants to bring those “heterogeneous compute” capabilities to Java developers, too. “Our work with the HSA Foundation will help provide Java developers with the ability to quickly ...
Java on Truffle in GraalVM 21 brings Java up to snuff with Python, Ruby, and JavaScript on the multi-language virtual machine.
Valhalla is nothing short of a Java language overhaul, promising to correct longstanding performance issues. Here’s a first look at what’s coming, starting with the new value classes and ...
No direct comment to make on Java socket performance, but if you can use the Servlet 2.3 API, then it may be easier to achieve your compression goal using a Filter, rather than an external proxy.
Hello. I was doing some performance testing for the hell of it today, and I came upon a strange phenomenon. In my program, I have a condition that determines the number of threads to generate. If ...