Java View all facts Glossary Help |
mechanism > synchronization |
synchronization comparison table |
Subject | have purpose | see also | is a kind of | is a subtopic of | has definition |
---|---|---|---|---|---|
mechanism | kbTop | ||||
synchronization | to avoid problems that can arise when two threads can both modify the same object at the same time | synchronized | mechanism | Threads | A mechanism to guarantee that only one thread can access an object at a time |
Next mechanism: abstraction mechanism Up: mechanism Previous mechanism: recursion