4.(That is, there must be a physical space to store avalue.) For instance, you can assigna constant value to a variable (A = 4;), but you cannot assign anything to constant value—it cannot be an lvalue. (You can’t say 4 = A;.)
10.Since the primitive holds the actual value and not a reference to an object, when you assign primitives you copy the contents from one place to another.