+ 1
what is the thread synchronization
3 Respuestas
+ 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
+ 1
thanks sachin tomer for provide me good ansewer
+ 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