A

Admin • 828.03K Points
Coach

Q. How many times can a thread object's `start()` method be called?

  • (A) Once
  • (B) Twice
  • (C) Unlimited times
  • (D) Depends on JVM

Explanation by: Admin
`start()` can only be called once per thread object.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.