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.
Javaで同期ブロックのみを使用して待機/通知メカニズムを構築することは可能ですか? これは、wait()/notify() メソッドを使用せずに、同期ブロック、静的フィールド、揮発性修飾子を使用してこのメカニズムを作成することを意味します。