Which language feature ensures that objects implementing the AutoCloseable interface are closed when it completes?
AutoCloseable
try-catch-close
try-with-resources
try-catch-finally
try-finally-close