Reference-type variables (called references) store ________ in memory.

a. the value of an object
b. a copy of an object
c. the location of an object
d. the size of an object

c. the location of an object

Computer Science & Information Technology

You might also like to view...

________ adds a design element in which a shadow appears behind a paragraph

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is NOT an initial value assigned to an object's data field by a default constructor?

A. numeric fields set to 0 B. Boolean fields set to true C. character fields set to Unicode ‘\u0000' D. a field of object references set to null

Computer Science & Information Technology