الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 4/10
In Java, why must you instantiate each object in an array of objects after creating the array?
D) To initialize the array size.
A) The Java compiler requires it for type checking.
B) Object arrays are instantiated with null, needing explicit object creation.
C) It is not necessary; Java handles it automatically.
Previous
Next