강의

멘토링

커뮤니티

Inflearn Community Q&A

burce's profile image
burce

asked

Introduction to Java Programming Course (renewed version) - From beginner to developer employment!!

Objects and Memory

GC 동작시기가 궁금합니다.

Written on

·

365

0

"객체에 대한 메모리 주소값을 담고있는 레퍼런스 변수를 Null로 초기화 하더라도 메모리 주소값을 알고있다면 다시 객체와 연결할 수 있다" 로 이해하긴 했습니답..
근데 GC가 언제 동작해서 객체를 삭제하는지 알 수 있을까요..?

java

Answer

This question is waiting for answers
Be the first to answer!
burce's profile image
burce

asked

Ask a question