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.
ここでalexhomesのhadoop-bookを指定した例を見てみましょう
closeメソッドが同期される理由がわかりませんでしたか?そして、なぜclose()だけで、他のメソッドはないのですか?
public synchronized void close() throws IOException { reader.close(); }
誰かが私を説明できますか?それは非常に役立ちます。