News

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.
Java Performance, by Charlie Hunt and Binu John, provides performance tuning advice for both Java SE and EE applications. InfoQ reviews the book, and talks to the authors about their approach.
JVM technology evangelist Eva Andreasson gives an overview of the Java virtual machine, including the pros and cons of Java's write-once, run-anywhere engine, garbage collection basics, and a ...
Java is a programming language that allows developers to write once and deploy everywhere -– from high-end gaming desktops to smartphones. Its OS-agnostic and widespread nature is one of its ...
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 ...
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.
Over the past 18 years Java has evolved into the premiere language of the enterprise. Yet cognitive fallacies persist about Java performance. In this article we examine some popular misconceptions.
Java performance has greatly improved over the years, but getting true, linear scalability has always been a problem, largely due to the way data collections are handled in memory. However, new ...
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.
How do you use the potential of the cloud for Java development and remain sustainable and cost-efficient?