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