forax / java-guide
- вторник, 31 декабря 2019 г. в 00:19:12
Java
A guide of modern Java (Java 17)
A guide to modern Java (Java 17)
Each chapter comes with executable examples that you can run using jshell.
To get the examples, just clone this repository
git clone http://github.com/forax/java-guide
Then run jshell (at least Java 14 version)
jshell --enable-preview
Then you can copy paste the examples inside jshell and see by yourself.
To quit use '/exit', to have have verbose error message '/set feedback verbose', otherwise to get the help '/help'
This is a work in progress, don't hesitate to contribute, i'm waiting your pull request
Using java 14
java --enable-preview build/build.java