InterviewSolution
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()This question was addressed to me in exam.My doubt is from Java.lang in division Exploring java.lang & java.io of Java |
|
Answer» Correct answer is (b) void destroy() |
|