Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'd like to exit my job with code
Terminates the currently running Java Virtual Machine
...
The call System.exit(n) is effectively equivalent to the call:
Runtime.getRuntime().exit(n)