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

[additional] Java reference 타입의 종류와 WeakHashMap #14

Open
wooyounggggg opened this issue Jul 13, 2022 · 1 comment
Open

[additional] Java reference 타입의 종류와 WeakHashMap #14

wooyounggggg opened this issue Jul 13, 2022 · 1 comment
Assignees

Comments

@wooyounggggg
Copy link
Contributor

연관 챕터

#1

조사 내용

아이템 7에서 WeakHashMap에 대한 언급이 나오는데, 이와 관련해 백기선님 강의에서 Reference의 강도에 따라 다음의 4가지 reference type을 소개하였습니다.

  1. StrongReference
  2. SoftReference
  3. WeakReference(WeakHashMap에서 사용하는 Reference)
  4. PhantomReference

위의 Reference Type을 조사하고, WeakHashMap을 이해하기 위해 해당 이슈를 발행합니다.

@JasonYoo1995
Copy link
Member

https://d2.naver.com/helloworld/329631
이 링크가 설명을 잘 해놓았습니다
0774756F-9005-45AB-B23A-34774DF3C933
2FA49A14-6C91-4AB8-ABE8-A78044C31B41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants