-
Notifications
You must be signed in to change notification settings - Fork 0
Java Memory Management
Daniel Park edited this page Jan 27, 2018
·
5 revisions
stack 과 heap 의 간단한 영상 (가볍게 볼 것) : https://www.youtube.com/watch?v=UcPuWY0wn3w
Part 1. Memory Fundamentals
Part 2. Values and References
Part 3. Escaping References
Part 4. Garbage Collection
Part 5. Generational Garbage Collection
Part 6. Tuning the Virtual Machine
Part 7. Hunting for memory leaks
참고자료:
Part4 중. String 에 값을 선언하는 것(= "str";)과 new String("str") 의 차이 및 String.intern() 의 역할