The method will be executed once the thread’s ______ method is called.

The method will be executed once the thread’s ______ method is called. Correct Answer Start

In .NET, an object of type Thread is in the namespace System. Threading represents and controls one’s thread. Its constructor takes a parameter less method as a parameter. The method will be executed once the thread’s Start method is called.

Related Questions