Computer Science, asked by meghanashree069, 29 days ago

c) What is the significance of System.exit(0)?​

Answers

Answered by skadamseth2007
2

Answer:

exit(0) : Generally used to indicate successful termination. exit(1) or exit(-1) or any other non-zero value – Generally indicates unsuccessful termination.

Similar questions