Just to throw my 2 cents into the fray, I agree with Paul Fink that
"System.exit()" should never be called from a method. I would go even further
and add that it should not be called from "public void static main" either.  As
Paul explained in one of his emails, the reason is that the application may need
to do some work to shut the system down gracefully (or attempt to recover and
restart).


------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to