You can assign ___ to a variable of Object[] type.

You can assign ___ to a variable of Object[] type.


A. new char[100]
B. new int[100]
C. new double[100]
D. new String[100]
E. new java.util.Date[100]

The correct answer is DE

Explanation: Primitive data type array is not compatible with Object[].


Java

Learn More Multiple Choice Question :