Skip to content

Commit

Permalink
Update 2023-11-06-javaGC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stoneHee99 authored Nov 10, 2023
1 parent 4554e33 commit 54b0559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-11-06-javaGC.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ member.setName("Park SeokHee");
이를 해결하기 위해 C나 C++ 같은 언어에선 개발자가 직접 메모리에 할당 해제 합니다.

이는 효율적으로 메모리를 관리하도록 프로그램을 개발하게 도와주지만 반대로 이것이 잘되지 않았을 경우 프로그램 크래시를 일으키기도 합니다.
![Untitled](https://github.com/Kernel360/blog-image/blob/main/1106/1.png?raw=true)
![Untitled](https://raw.githubusercontent.com/Kernel360/blog-image/main/1106/1.png)

자바에서는 JVM의 가비지 콜렉터가 이 역할을 자동으로 수행합니다.

Expand Down

0 comments on commit 54b0559

Please sign in to comment.