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