What is the purpose of Java synchronization, and how should I use it?
+8
A:
Java Tutorial: Synchronization. A generic answer to your generic question. Don't like it? Please elaborate a little. Cheers.
Adeel Ansari
2010-01-25 06:47:01
+1
A:
If you mean how to implement synchronization (as in Java), it is language dependent. Generally it can implemented using the OS level locks (as in semaphores, mutex etc)
Yogish Baliga
2010-01-25 07:00:35