...
More information about deprecated methods is available in guideline MET15-J. Do not use deprecated or obsolete classes or methods. Also, refer to guideline ERR09-J. Restrict calls to System.exit() to trusted code onlyDo not allow untrusted code to terminate the JVM for information on preventing data corruption when the JVM is shut down abruptly.
...