Which of the following is not a primitive data type?
enum
short
byte
char
Correct Answer: A — enum
Explanation:
An 'enum' data type is special data type that enables a variable to store set of predefined constants.