A

Admin • 828.03K Points
Coach

Q. What is the output if two threads call `start()` on the same thread object?

  • (A) It will run twice
  • (B) IllegalThreadStateException is thrown
  • (C) It runs once normally
  • (D) Nothing happens

Explanation by: Admin
Calling `start()` twice on the same thread object results in IllegalThreadStateException.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.