A

Admin • 828.03K Points
Coach

Q. Which of these methods is used to end a thread before it completes execution?

  • (A) terminate()
  • (B) stop()
  • (C) kill()
  • (D) exit()

Explanation by: Admin
The stop() method was used to terminate a thread, but it's now deprecated due to safety concerns.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.