what is the thread synchronization | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is the thread synchronization

5th Aug 2016, 6:00 PM
nisha khatoon
3 Answers
+ 5
thread synchronisation is a process in which only one thread can perform task on an object multiple threads can't get access to an object it provides thread safety bt it is a slow process
5th Aug 2016, 7:25 PM
sachin tomar
sachin tomar - avatar
+ 1
thanks sachin tomer for provide me good ansewer
7th Aug 2016, 4:29 AM
Nisha Khatoon
Nisha Khatoon - avatar
+ 1
when 2 or more threads needs access to share resource, they need someway to ensure the resource will be used by only one thread one at a time by synchronization
13th Dec 2016, 12:18 AM
Shubham Rana
Shubham Rana - avatar