What is Thread and explain states of a thread in C#?
Hiring managers will be impressed if you have this information during C# interview questions. A Thread in C# is a set of guidelines or instructions that are executed, and enable the program to do concurrent processing. The concurrent processing of a program helps the developers handle more than one operation at a given time.
The different states of thread are listed below-
- Unstarted
- Running
- WaitSleepJoin
- Suspended
- Aborted
- Stopped
BY Best Interview Question ON 14 Feb 2019