December 2021
Intermediate to advanced
787 pages
12h 50m
English
In this book, various examples are tried out directly on the console. This is primarily because Java offers the interactive command line application JShell as a REPL since version 9. In this appendix, you will get to know JShell briefly.
The tool jshell was integrated in the JDK with Java 9. This tool allows an interactive working style and the execution of small source code snippets, as it is already familiar from various other programming languages. This is also known as REPL (Read-Eval-Print-Loop ). Thereby, ...
Read now
Unlock full access