I'm always confused with the difference between these two things. I know primitive values are stored on the stack and reference values are stored on the heap. But is it accurate to say that primitive types store primitive values and vice versa with reference types/values?
Thanks