https://github.com/jabrena/java10-by-example
Java 10, 11 & Beyond
https://github.com/jabrena/java10-by-example
adoptopenjdk java java-10 java-11 modern-java
Last synced: 24 days ago
JSON representation
Java 10, 11 & Beyond
- Host: GitHub
- URL: https://github.com/jabrena/java10-by-example
- Owner: jabrena
- License: mit
- Created: 2018-04-24T13:43:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T14:23:38.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T20:23:15.808Z (3 months ago)
- Topics: adoptopenjdk, java, java-10, java-11, modern-java
- Homepage: https://jabrena.github.io/java10-by-example/#/
- Size: 1.89 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java10-by-example
**How to run the presentation in local?**
```
git clone https://github.com/jabrena/java10-by-example
cd docs
python -m SimpleHTTPServer
```## Agenda
- Introduction
- Java 10 features
- Java 11 features
- What is Modern Java?