Multiple choice

What is the use of destroy() method of thread class?

  1. Destroy this thread, without any clean-up

  2. Destroy this thread, with clean-up

  3. Destroy all threads, without any clean-up

  4. Destroy all threads, with clean-up

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

The destroy() method of thread class destroys this thread, without any clean-up.