Please help me understand what a synchronized array means (using the example of HashTable.Synchronized(ArrayList list) ). If possible, one example.
- for example, this ensures that 2 threads will not write in one cell - Gorets
|
Please help me understand what a synchronized array means (using the example of HashTable.Synchronized(ArrayList list) ). If possible, one example.
Source: https://ru.stackoverflow.com/questions/39435/
All Articles