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

[작성] 이펙티브 자바 - 2장 객체 생성과 파괴 (후반부, item6~9) #83

Open
itonse opened this issue Jun 10, 2024 · 0 comments
Assignees
Labels
💡 작성 [ISSUE, PR] 포스팅 문서 관련 기획서 작성 시 사용

Comments

@itonse
Copy link
Collaborator

itonse commented Jun 10, 2024

이펙티브 자바 - 2장 객체 생성과 파괴 (후반부, item6~9)

학습 목표 : java에서 객체 생성과 파괴에 대해 이해한다

글 내용

  1. [item6] 불필요한 객체 생성을 피하라
    • 기존 객체를 재사용 해서 효율을 높이는 방법
  2. [item7] 다 쓴 객체 참조를 해제하라
    • 메모리 누수를 예방하는 방법
  3. [item8]finalizer와 cleaner 사용을 피하라
    • finalizer와 cleaner 사용을 지양해야 하는 이유
  4. [item9]try-finally 보다는 try-with-resources 를 사용하라
    • 자원을 반드시 회수해야 할 때, try-with-resources를 사용하는 것이 권장되는 이유
@itonse itonse added the 💡 작성 [ISSUE, PR] 포스팅 문서 관련 기획서 작성 시 사용 label Jun 10, 2024
@itonse itonse self-assigned this Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 작성 [ISSUE, PR] 포스팅 문서 관련 기획서 작성 시 사용
Projects
None yet
Development

No branches or pull requests

1 participant