17 lines
775 B
Markdown
17 lines
775 B
Markdown
|
## Core Java 9
|
||
|
|
||
|
This module contains articles about the improvements to core Java features introduced with Java 9.
|
||
|
|
||
|
### Relevant Articles:
|
||
|
|
||
|
- [New Stream Collectors in Java 9](http://www.baeldung.com/java9-stream-collectors)
|
||
|
- [Java 9 Convenience Factory Methods for Collections](https://www.baeldung.com/java-9-collections-factory-methods)
|
||
|
- [Java 9 Stream API Improvements](https://www.baeldung.com/java-9-stream-api)
|
||
|
- [Java 9 java.util.Objects Additions](https://www.baeldung.com/java-9-objects-new)
|
||
|
- [Java 9 CompletableFuture API Improvements](https://www.baeldung.com/java-9-completablefuture)
|
||
|
|
||
|
#### Relevant articles not in this module:
|
||
|
|
||
|
- [Java 9 Process API Improvements](https://www.baeldung.com/java-9-process-api) (see the [core-java-os](/core-java-os) module)
|
||
|
|