Which of the following do not denote a primitive data value in Java?.
Select the two correct answers.
(a) and (d)
String is a class, and "hello" and "t" denote String objects.
Java has the following primitive data types: boolean, byte, short, char, int, long, float, and double.