1.

1.are the memory locations, used to store data in Java.​

Answer»

re two kinds of MEMORY USED in Java. These are CALLED stack memory and heap memory. Stack memory stores PRIMITIVE types and the addresses of objects. The object values are stored in heap memory



Discussion

No Comment Found