Search⌘ K

JShell

Explore how to use JShell, the interactive Java 9 REPL, to experiment with code snippets, define variables and methods, and test Java concepts quickly from the command line.

We'll cover the following...

What is JShell?

JShell is a command-line read–eval–print ...