I want to exit from a java code after the execution of the code it contains.
When I am trying System.exit() at the end of the program the System.exit() shuting down the complete JVM. I just want to exit from the current program.
Which comman I can use to exit from the program.
When I am trying System.exit() at the end of the program the System.exit() shuting down the complete JVM. I just want to exit from the current program.
Which comman I can use to exit from the program.
Comment