Final answer:
You can assign new int[100], new double[100], new String[100], and new .Date[100] to a variable of Object[] type.
Step-by-step explanation:
You can assign new int[100], new double[100], new String[100], and new .Date[100] to a variable of Object[] type.