1mg interview question

stack memory and heap space

Interview Answer

Anonymous

26 Sept 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.