
JShell JDK 9 is planning to add JShell for REPL(Read-Eval-Print Loop) functionality in Java platform. JShell is a command-line tool for quickly running statements. JShell provides a way to interactively evaluate declarations, statements, and expressions in Java. So, we don’t need to create a class with main method to test some code. Getting started …
Continue reading JShell – Java 9 REPL