Q. Which of the following is not a primitive data type in Java?
β
Correct Answer: (C)
String
Explanation: String is a class in Java and not a primitive data type.