The correct response is: stack; heap.
In programming, the stack typically contains primitive data types, while the heap is used for non-primitive data types (like objects and arrays).
1 answer
The correct response is: stack; heap.
In programming, the stack typically contains primitive data types, while the heap is used for non-primitive data types (like objects and arrays).