Java Articles, Tutorials & News

Java On The GPU [video]

Babylon is OpenJDK’s newest big project to improve Java, specifically aimed at easing execution of Java code on the GPU, which will unlock machine learning a…

Read more »

Java vs. JavaScript: Battle of Concurrency

Java vs Javascript: Battle of Concurrency Almost a decade back, it was shocking when Walmart announced it’s ditching their old Java based systems and re-writing everything in Javascript, as they need to handle more than 20,000 requests per second on thei…

Read more »

Java JEP 461: Stream Gatherers

Enhance the Stream API to support custom intermediate operations. This will allow stream pipelines to transform data in ways that are not easily achievable with the existing built-in intermediate operations. This is a preview API.

Read more »