R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which method is used to start a thread in Java?

  • (A) run()
  • (B) execute()
  • (C) start()
  • (D) launch()
  • Correct Answer - Option(C)
  • Views: 1
  • Filed under category Java
  • Hashtags:

Explanation by: Ram Sharma
The `start()` method is used to initiate a thread.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.