News

Ben Evans revisits his take on Java's Missing Features from 2015 and compares how the language has evolved compared to his observations at the time.
This article gives a tour of some of the most essential functional programming operations in Java collections, using the built-in lambda features of Java 8 and later.
Source code for “Java 101: The Next Generation: The essential Java language features tour, Part 3.” Created by Jeff Friesen for JavaWorld.
JavaOne 2014 was all about the Java 8 release, so it's understandable that JavaOne 2015 was all about Java 9. Here we take a look at what's new in Java 9, and even look forward towards things that ...
The Java Standard Library provides a lot of functionality. However, it doesn't always provide the features needed to interface directly to the underlying system. Enter JNI, which lets you safely and ...
The JCP is how new features, new specifications and new APIs are added to the Java programming language. Over the past 20 years, the JCP has accomplished the following: Added over 1000 members.