What is Garbage Collection in Java? #java #interview #interviewtips

preview_player
Показать описание
DAY-83: Lets discuss What is Garbage Collection in Java?
Рекомендации по теме
Комментарии
Автор

Mark and sweep algorithms . Firstly object gets created in Edem, and then GC marks it for deletion and then delete it . The remaining objects gets shifted into survivors SO or S1 in alternate order .

mdsaifhussainiqbal
Автор

Eagerly waiting for spring boot playlist 😊

SudhirSharma-jgcl