InterviewSolution
Saved Bookmarks
| 1. |
Which of these keywords are used to implement synchronization?(a) synchronize(b) syn(c) synch(d) synchronizedI got this question in homework.My query is from Multithreaded Programming topic in section Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C# |
|
Answer» CORRECT CHOICE is (d) synchronized The EXPLANATION is: NONE. |
|