Q6
In Java, can a thread be restarted after it has completed execution?
A.
Yes, a thread can be restarted multiple times
B.
Only if the thread is marked as "final"
C.
Only if the thread is marked as "static"
D.
No, a thread cannot be restarted once it has completed
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board