MEMORY MANAGEMENT- stack and heap
Differentiate between the stack and heap ? The differentiation between stack and heap are as follows : 1.To store local variables and function call the stack memory is used, while to store objects in Java heap memory is used....
Read More