+ 1

What is thread-safe?

3rd Aug 2016, 10:16 AM
WPimpong
WPimpong - avatar
2 Respostas
+ 2
when a shared variable is modified/access in such a manner that no thread get stale data is called thread safety. see synchronization.
4th Aug 2016, 7:16 PM
BARUN BARIK
BARUN BARIK - avatar
0
thread safe means synchronised when an object is thread safe it means only one thread can perform operation on it during a particular interval of time
6th Aug 2016, 4:23 PM
sachin tomar
sachin tomar - avatar