Tag: Java 9 features
-
What is the purpose of JShell?
JShell is a command-line tool introduced in Java 9 that allows developers to interactively evaluate and experiment with Java code snippets without having to write a complete Java program. Its purpose is to provide a quick and easy way for developers to test out code and ideas, explore APIs, and debug issues without the need…