Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue: AutoCloseable의 close()는 어디서 호출하는가? #2

Open
seongtaekkim opened this issue Aug 20, 2023 · 0 comments
Open
Assignees
Labels
effective-java study issue

Comments

@seongtaekkim
Copy link
Owner

  • try-with-resources 에 작성한 리소스가 AutoCloseable를 구현했다면,
  • 로직종료 후, close() 함수가 호출되는데, 어디서 호출되는 지 찾아보자.
@seongtaekkim seongtaekkim changed the title item8: AutoCloseable의 close()는 어디서 호출하는가? item08: AutoCloseable의 close()는 어디서 호출하는가? Aug 20, 2023
@seongtaekkim seongtaekkim added the effective-java study issue label Aug 20, 2023
@seongtaekkim seongtaekkim self-assigned this Aug 20, 2023
@seongtaekkim seongtaekkim changed the title item08: AutoCloseable의 close()는 어디서 호출하는가? issue: AutoCloseable의 close()는 어디서 호출하는가? Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effective-java study issue
Projects
None yet
Development

No branches or pull requests

1 participant