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)
Code Set Free
Prematurely ending execution of a program
End program execution.
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)