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