Article
JShell Step by Step
Java 9 has added the following new features: Java 9 REPL (JShell) Factory methods for immutable List, Set, Map, and Map.Entry Private methods in Interfaces Java 9 module system Process API improvements Try with Resources improvement CompletableFuture API improvements Reactive Streams I am going to explore JShell in this blog. Steps to follow: Download Java 9 from scratch and install. Run the shell. Get help from Java 9's REPL. Run a few calculations in JShell. Define a function and use...