Java - Synchronization
Synchronization:
When we need to avoid multiple threads to access a group of code, then we need to go for synchronization . Synchronization will allow only one thread to access a group of code using Key.
When we need to avoid multiple threads to access a group of code, then we need to go for synchronization . Synchronization will allow only one thread to access a group of code using Key.
Comments
Post a Comment