A

Admin • 825.56K Points
Coach

Q. Which method is called internally by `start()`?

  • (A) run()
  • (B) begin()
  • (C) initialize()
  • (D) execute()

Explanation by: Admin
`start()` creates a new thread and then internally calls `run()`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.