15 lines
790 B
Markdown
15 lines
790 B
Markdown
|
## Core Java 9
|
||
|
|
||
|
This module contains articles about core Java features that have been introduced in Java 9.
|
||
|
|
||
|
### Relevant Articles:
|
||
|
|
||
|
- [Java 9 New Features](https://www.baeldung.com/new-java-9)
|
||
|
- [Java 9 Variable Handles Demystified](http://www.baeldung.com/java-variable-handles)
|
||
|
- [Exploring the New HTTP Client in Java 9 and 11](http://www.baeldung.com/java-9-http-client)
|
||
|
- [Multi-Release Jar Files](https://www.baeldung.com/java-multi-release-jar)
|
||
|
- [Ahead of Time Compilation (AoT)](https://www.baeldung.com/ahead-of-time-compilation)
|
||
|
- [Introduction to Java 9 StackWalking API](https://www.baeldung.com/java-9-stackwalking-api)
|
||
|
- [Java 9 Platform Logging API](https://www.baeldung.com/java-9-logging-api)
|
||
|
- [Java 9 Reactive Streams](https://www.baeldung.com/java-9-reactive-streams)
|