Choose the correct statement:_______.
a. A String is a class data type so a String variable directly stores the data for the String.
b. A String is a primitive data type so a String variable directly stores the data for the String.
c. A String is a primitive data type so a String variable holds a reference to a location in memory
d. A String is a class data type so a String variable holds a reference to a location in memory

Relax

Respuesta :

Answer:

d. A String is a class data type so a String variable holds a reference to a location in memory

It depends on which programing language or scripting language...

Explanation:

If it's Java then D is the correct answer...