name the method that terminates the currently running program in computer
Answers
Answered by
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