1mg interview question

stack memory and heap space

Interview Answer

Anonymous

Sep 26, 2019

stack memory is execution of thread. and reference of objects whereas heap memory is allocation of memory stored in head memory like object created in heap memory.