When a primitive type variable is passed as an argument to a method, what is passed into the receiving method's parameter variable?
a. a copy of the value stored in the variable
b. the object's memory address
c. neither of these
d. both of these