Answers for "java code to terminate program"

19

how to exit a java program

System.exit(0);
Posted by: Guest on January-25-2020
0

terminate function calling in java

exit() method exits current program by terminating running Java virtual machine. This method takes a status code. A non-zero value of status code is generally used to indicate abnormal termination.
Posted by: Guest on November-08-2021

Code answers related to "java code to terminate program"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language