Vidyalelo
Java Programming · Q6

Threads

Programming · Java Programming · question 6

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
Answer

Answer: Option D

Solution

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