Q. Which method is used to start a thread?

  • (A) run()
  • (B) start()
  • (C) execute()
  • (D) init()
πŸ’¬ Discuss
βœ… Correct Answer: (B) start()
Explanation: start() creates a new thread and calls run() internally.
Explanation by: Roshan
start() creates a new thread and calls run() internally.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
24
Total Visits
πŸ“½οΈ
4 mo ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
81%
Success Rate