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
Answer: Option D
Join The Discussion