< All Java topicsPHP (1)Java (1)

Exiting

Prematurely ending execution of a program

Java:

End program execution.

Exit

Last updated at 01:35 PM on Wednesday 8th August, 2007 by Administrator


System.exit(0);

Zero is normal exit. Any other integer value indicates error.

Comments (0)