In Java, is it required to synchronize write access to an array if each thread writes to a separate cell space?

前端 未结 10 1772
北恋
北恋 2020-12-15 17:14

Is it required to synchronize write access to an array in Java if each thread writes to a separate cell space?

EDIT: Specifically, the array is eith

10条回答
提交回复
热议问题