- Predicate::not and More Enhancements (Java 11)
Explore the smaller but impactful features of Java 11, including Predicate.not(), simpler Collection to Array conversion, and single-file execution.
Read More
- Local-Variable Syntax for Lambda Parameters (Java 11)
Understand how to use the 'var' keyword in lambda expressions in Java 11 and why it's useful for annotations.
Read More
- String & Files API Enhancements (Java 11)
Discover the new utility methods in String and Files classes introduced in Java 11. Write cleaner code for common text and I/O tasks.
Read More
- Standard HTTP Client API (Java 11)
Master the modern HTTP Client in Java 11. Learn how to perform synchronous and asynchronous requests with support for HTTP/2.
Read More
- Java 11 Features
Explore the landmark features introduced in Java 11 LTS, including the new HTTP Client, Local-Variable Syntax for Lambda Parameters, and key String and File API enhancements.
Read More