1.

The method will be executed once the thread’s ______ method is called.(a) EventBegin(b) EventStart(c) Begin(d) StartThe question was posed to me in an internship interview.My enquiry is from Multithreading topic in portion Going Parallel, Handling Actuator and Sensor of IOT

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions