A

Admin • 828.03K Points
Coach

Q. Which method starts a thread's execution?

  • (A) run()
  • (B) start()
  • (C) execute()
  • (D) init()

Explanation by: Admin
The start() method starts the thread and calls the run() method internally.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.