Java / Methods
Difference between System.exit(0), exit (1) and exit(-1) in Java.
Zero represents that the program ended successfully. Any number greater than zero represents program execution failed. Number less than zero represents program execution error.
More Related questions...