ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What is the difference Java Heap Memory vs Stack Memory ? How we can set memory area for both of them?

user-image
تم إضافة السؤال من قبل Mohd shahnawaz khan , Associate Project , Cognizant Technology Solution
تاريخ النشر: 2014/09/22

the main difference between java stack memory and heap memory is ,in stack memory is used to store local variables and function call .

while heap memory is used to store object in java,where object is created as member variables,class variables ,they are always created inside heap space in java 

المزيد من الأسئلة المماثلة