+ 1
What is abnormal termination?
2 ответов
+ 4
A non-zero value of status code is generally used to indicate abnormal termination.
+ 1
If you are confused then to explain this in simple words, the status code is nothing but the value passed as an argument to System.exit().
If it is a non-zero value that is passed than the JVM will result in abnormal termination of the program.