Arrays of Primitives
When you create an array of primitive elements, the array holds the actual values for those elements. For instance.
![image.png image.png](images/image.png)
What an array of six integers ((1452, 1472, 1483, 1495, 1503, 1519) referred to from the variable life would look like in regard to stack and heap memory.
Last modified: 16 July 2024