try-with-resource란? java · 19 Jan 2023 try()에서 리소스를 선언하면 try문이 종료될때 리소스가 자동해제된다. AutoCloseable 인터페이스 구현이 필요하다.