Q. Which method is used to start a thread in Java?
Solution:
The start() method initiates a new thread of execution by calling run() internally.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
The start() method initiates a new thread of execution by calling run() internally.
Strengthen Your Practice with our comprehensive question bank.