Friday, 15 March 2013

What is Synchronisation in threads?

What is Synchronisation in threads? 
Synchronisation in threads is the way of executing threads in an order. Threads , in general, execute in random order. On synchronisation, these threads execute in the order in which they are created.

Blog Author: Vijay Kumar

Go to: Coding Problem Solutions

No comments: