- BCompilation error, arrays cannot be initialized to zero size.
- CCompilation error, it is a.length() not a.length
- DNone of the above
Answer: a) Arrays can store only objects and not primitive types.
Explanation: This statement is not true. Java arrays can store both objects and primitive types.