- Predicate::not and More Enhancements (Java 11)
Beyond the big features, Java 11 included several clever improvements that make functional programming and prototyping much smoother.
Read More
- Local-Variable Syntax for Lambda Parameters (Java 11)
Java 11 extended the 'var' keyword to lambda parameters, bringing consistency and allowing for cleaner annotation usage in functional code.
Read More
- String & Files API Enhancements (Java 11)
Java 11 brought much-needed utility methods to foundational classes like String and Files, simplifying daily tasks for developers.
Read More
- Standard HTTP Client API (Java 11)
Java 11 replaced the aging HttpURLConnection with a modern, feature-rich HTTP Client API that supports HTTP/2 and non-blocking I/O.
Read More
- Java 11 Features
A comprehensive guide to Java 11 LTS features that modernised Java for the cloud and container era.
Read More