Hi, can anyone please explain, whether accessing an array by multiple threads, where each thread is working on a different element of the array.
so there are n elements, and n threads ==> the nth thread is working on the nth element of the array?
can any one be kind enough to explain if this is safe or not? and why or why not?
thanks p.s. interested in the main languages c# or java, python but I would love any other inputs from esoteric language experts