Where does the Java JVM store primitive variables, and how is the memory used by primitives freed after use?
I guess it is on the stack?