Which Of The Following Method Of Process Class Can Terminate A #426
Which of the following method of Process class can terminate a process?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Exploring Java Lang Java IO - Java.lang - Void, Process and System Class - Quiz No.1.
Which of the following method of Process class can terminate a process?
void kill()
void destroy()
void terminate()
void exit()