Select from following answers:- Configure threadOne to run at a lower priority.
- Call the Sleep method of threadOne.
- Configure threadTwo to run at a higher priority.
- Use a WaitCallback delegate to synchronize the threads.

- All Above
you have to use a waitcallback delegate to synchronize the threads
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator