

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following method of Process class can terminate a process? |
A. | void kill() |
B. | void destroy() |
C. | void terminate() |
D. | void exit() |
Answer» C. void terminate() | |