News

In this article, key Eclipse Collections contributors demonstrate techniques for refactoring standard Java code to Eclipse Collections, and demonstrate some of the memory savings you can achieve.
A preview feature in JDK 22 combines the strengths of virtual threads and parallel streams to improve optimization and performance. Here's how it works.
The authors compare different methods to compute the variance of a large data set using an imperative style, The fork/join framework and the new Streams API in Java 8 ...
Benefits of Java When the seminal Java whitepaper introduced the language in 1995, it listed seven key benefits that set it above its competitors. Almost 30 years have passed since that whitepaper was ...
Why should you use Collections class methods rather than similarly named fields to obtain empty collections? Type safety makes the crucial difference.
Generics in Java programming Why use generics? How to use generics for type safety Generics in the Java Collections Framework Examples of generic types in Java Raw types vs. generics Why use generics?