Pricing
Learn
Code
Deploy
More
How to exit from Java9 JShell
1072
1 Answer
7 years ago by
Divya
You can use
/exit
command to exit from jshell
jshell> /exit | Goodbye
7 years ago by
Karthik Divi