https://github.com/nossbigg/java_9_features_example
Example Java 9 Code + Presentation
https://github.com/nossbigg/java_9_features_example
java-9
Last synced: 3 months ago
JSON representation
Example Java 9 Code + Presentation
- Host: GitHub
- URL: https://github.com/nossbigg/java_9_features_example
- Owner: nossbigg
- Created: 2017-09-12T16:07:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T16:04:13.000Z (almost 8 years ago)
- Last Synced: 2025-05-01T21:02:51.641Z (8 months ago)
- Topics: java-9
- Language: Java
- Homepage:
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [java_9_features_example](https://github.com/nossbigg/java_9_features_example)
Java 9 new features example code + presentation

## Source Code
The source code covers the following concepts:
- Collections Factory Helper Methods
- Optional Class Enhancements (stream, or, ifPresentOrElse)
- Try-with-Resources Enhancements
## Presentation
[Presentation Link](presentation/java-9-9-features-presentation.pdf)
In addition to the aforementioned concepts, the presentation covers the following concepts:
- Java Platform Module System
- Reactive Streams
- JShell
- Improvements to Nashorn
- Other Java 9 Enhancements