📰 Java Performance News
Java Performance News Today
Fast, Ad-Free News Updates
Stay updated with breaking news from Java Performance. Real-time updates on events, politics, business and more.
January 18, 2024
Java Streams offer a high-level, declarative approach to data processing, but one of their most intriguing features is lazy evaluation.
December 5, 2023
Virtual threads can provide high enough performance and resource efficiency based on your concurrency goal but also let you have a simple development model.
June 14, 2023
Nulls and checked exceptions are often promoted as "bad things" in Java, this isnt the case. Both carry significant advantage over the alternatives.
June 2, 2023
Unleash the power of Java with these top-rated programming books. From fundamentals to advanced concepts, master Java and become a Java coding pro!
May 23, 2023
Java Performance Tools: Nine Types of Tools You Need to Know! — Java Profilers, Tracing Java Web Requests and Transactions, APM, RUM, JVM Performance Metrics
February 7, 2023
Discover some of the most common Java errors you may run into, analyze their root causes and discuss various fixes you can use to get back on track.
January 26, 2022
Java & JavaScript are garbage collected languages. But memory leaks can still plague them. Avoid, detect and fix these heap problems using this guide.
December 22, 2021
How to serialize and deserialize objects to and from a binary format, with higher performance than Java standard serialization
October 9, 2021
Learn what problems the java.lang.System.getProperty() API can cause and what you can do to fix blocked threads.