πŸ“Š JAVA
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

πŸ‘οΈ
1
Total Visits
πŸ“½οΈ
6 d ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
93%
Success Rate