Vidyalelo
Java Programming · Q174

Interfaces and Abstract Classes

Programming · Java Programming · question 174

Q174

Which of the following method of Process class can terminate a process?

A.
void kill()
B.
void destroy()
Answer
C.
void terminate()
D.
void exit()

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board