1.
are the memory locations, used to store data in Java.
Answers
Answered by
1
There are 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
Answered by
0
Answer:
stack memory
Explanation:
they also called a stack memory
Similar questions