Brian

9%
Flag icon
have your class implement AutoCloseable, and require its clients to invoke the close method on each instance when it is no longer needed, typically using try-with-resources to ensure termination even in the face of exceptions
Effective Java
Rate this book
Clear rating
Open Preview