Tagged Questions

8
votes
5answers
1k views

RAII in Java… is resource disposal always so ugly?

I just played with Java file system API, and came down with the following function, used to copy binary files. The original source came from the Web, but I added try/catch/finally clauses to be sure ...