quizmediumPrimitive vs reference type?Primitives store a reference to a heap object; reference types store the value inlinePrimitives are immutable; reference types can always be mutated freelyPrimitives hold the value and copy on assignment; reference types hold a reference to a heap objectPrimitives live on the heap; reference types live on the stack and copy on assignmentSubmit answer