Java View all facts Glossary Help |
mechanism > synchronization |
synchronization | ||||
subject | fact |
synchronization | has definition A mechanism to guarantee that only one thread can access an object at a time | |
has purpose to avoid problems that can arise when two threads can both modify the same object at the same time | ||
is a subtopic of Threads | ||
is a kind of mechanism | ||
see also synchronized |