Correct option is (d) Start
The best explanation: In .NET, an object of type Thread in the namespace System.Threading represents and controls one thread. Its constructor takes a parameter less method as a parameter. The method will be executed once the threads Start method is called.