|
the integer values are just a flag... (depends on you)...
In convention, 0 means the java simple/complex application exits without any again any suspicious/malicious process being done before the java application exits...
a positive value will be thrown after terminating the process when an exception occured before the termination of that process....
an example is like:
trying to access dead Component's instance after calling dispose method, after calling garbage collector and System.runFinalization() and before invoking System.exit(int flag)..
Usually, for me, negative values are being treated as flag for an experiment......
eg. having some experiments on an "under testing" application where the program's behavior should be traced when it terminates, what location of the code it terminates exactly, and for prediction/debugging purposes....
PS. you've posted this thread in an inappropriate forum section...
__________________
A specific, detailed, simple, well elaborated, and "tested before asking" question may gather more quick replies. hopefully To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Last edited by sukatoa : 06-09-2008 at 06:11 PM.
|