e6a032ce1d | ||
---|---|---|
.. | ||
mods | ||
src | ||
.gitignore | ||
README.md | ||
compile-aot.sh | ||
compile-httpclient.bat | ||
compile-modules.sh | ||
compile-simple-modules.sh | ||
compile-student-client.bat | ||
compile-student-model.bat | ||
compile-student-service-dbimpl.bat | ||
compile-student-service.bat | ||
logging.sh | ||
pom.xml | ||
run-aot.sh | ||
run-httpclient.bat | ||
run-simple-module-app.sh | ||
run-student-client.bat | ||
run-student-client.sh |
README.md
=========
Core Java 9 Examples
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
- Guide to java.lang.Process API