An open API service indexing awesome lists of open source software.

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

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

![Slide Cover](presentation/slide-cover.jpg "Slide Cover")

## 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