A, B, and D are incorrect.
A is incorrect because primitives can make up the contents of an array but an array is required to hold them.
B is incorrect because an object may be used to simulate an array but it is much more complex than using just an array.
D is incorrect because enumerations are used to limit the possible values that can be stored in a variable to a predefined list.
|