Computer Science, asked by sinhasantosh41, 4 months ago

name the method that terminates the currently running program in computer

Answers

Answered by iamvanshika53
0

Answer:

exit() method exits current program by terminating running Java virtual machine. This method takes a status code. A non-zero value of status code is generally used to indicate abnormal termination.

Similar questions