A

Admin • 828.43K Points
Coach

Q. What happens if you directly call run() instead of start()?

  • (A) It starts a new thread
  • (B) It throws an exception
  • (C) It runs on the main thread
  • (D) It terminates immediately

Explanation by: Admin
Calling run() directly does not start a new thread, it runs in the current thread.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.