What You Need to Know about JShell

One of the tools that Java developers wanted to see in the development kit was a tool that had been present in other programming languages (ipython, erb) for a long time - an interactive shell. Thankfully, this interactive Java Shell tool, known as JShell, was added in the JDK 9 release (September 2017) and has since become one of its most acclaimed features.

READ MORE