System.exit(0) in java

Posted by Ram on Stack Overflow See other posts from Stack Overflow or by Ram
Published on 2010-04-16T07:03:47Z Indexed on 2010/04/16 7:13 UTC
Read the original article Hit count: 362

Filed under:
|
|

I am writing an application program in java. If i need to exit from the application can i use system.exit or should i use some other method, which is good practice. If calling system.exit is not good practice then tell the reason and tell the alternative way to exit from the application.

© Stack Overflow or respective owner

Related posts about java

Related posts about good-practice