How to exit from Java9 JShell


1 Answer

8 years ago by

You can use /exit command to exit from jshell

jshell> /exit
|  Goodbye
8 years ago by Karthik Divi