2.2 KiB
2.2 KiB
Core Java 9
This module contains articles about Java 9 core features
Relevant Articles:
- Java 9 New Features
- New Stream Collectors in Java 9
- Introduction to Project Jigsaw
- Java 9 Variable Handles Demystified
- Exploring the New HTTP Client in Java 9 and 11
- Method Handles in Java
- Introduction to Chronicle Queue
- Optional orElse Optional
- Iterate Through a Range of Dates in Java
- Initialize a HashMap in Java
- Immutable Set in Java
- Multi-Release Jar Files
- Ahead of Time Compilation (AoT)
- Java 9 Process API Improvements
- Java 9 java.util.Objects Additions
- Java 9 Reactive Streams
- Java 9 Optional API Additions
- Java 9 CompletableFuture API Improvements
- Introduction to Java 9 StackWalking API
- Java 9 Convenience Factory Methods for Collections
- Java 9 Stream API Improvements
- A Guide to Java 9 Modularity
- Java 9 java.lang.Module API
- Java 9 Platform Logging API
- Filtering a Stream of Optionals in Java