Depending on the operating system, the exit value can be examined by the parent process that started the JVM.
For example, if you started a
java process via Runtime.exec(...), you can determine the exit value via Process.exitValue().
In windows batch-files, you can use the ERRORLEVEL function to change flow depending on the exit value.
In Ant-Scripts, you can use the failonerror attribute in java-tasks to create a failed build when the exit value is not zero.
There are many other examples...
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus