JShell Basics
Learn how to use JShell and make it a powerful part of your Java development workflow. JShell, a REPL shell that Java comes with, allows you to run arbitrary command and quickly prototype syntax without needing to compile or build code
Introduction
FREE PREVIEWSetup and run
Declaring and using variables
Scratch variables
JShell commands
Multi line statements
Methods
Forward references
How JShell works
Exceptions
Imports
Working with classes and instances
Creating classes
Using edit
Saving and opening JShell sessions
Creating startup scripts
Using external libraries
Conclusion