Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなコードがあるとします。
class A { private hash = 0; public void test(){ if (hash == 1) { //dosomething } } }
比較は正確にどこで実行されましたか?
これが私の理解です:
そうですか?その間に、ヒープ内のハッシュが変更される可能性がありますか?