Tag Archives: jshell

Java Programming Tips

Learn JShell Java 9 ships with jshell which provides an interpretive shell-like environment (a REPL) for Java. This is extremely useful for prototyping, testing and learning how to use a new library. Here I describe how to use it in … Continue reading

Posted in Computers, programming, Software | Tagged , | Leave a comment