Multiple choice technology programming languages

Can threads be killed manually

  1. Yes

  2. No

  3. Dont know

  4. May Be

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Yes, threads can be terminated or killed manually. In Java, although the stop() method is deprecated due to safety issues, threads can still be managed and stopped manually using flags, interrupts, or external process management tools.