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.
Continue reading “JShell Step by Step”