Complete guide to JShell: The underrated Java Playground available with JDK 9 onwards

JShell is a Java REPL (Read-Eval-Print Loop) tool that allows you to experiment with Java code snippets and quickly see the results. With JShell, you can interactively write and test Java code without needing … Continue reading Complete guide to JShell: The underrated Java Playground available with JDK 9 onwards