Q. Which of the following is not a primitive data type in Java? (A) Boolean (B) Character (C) String (D) Byte ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) String Explanation: String is a class in Java and not a primitive data type.