الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
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.
B) Object arrays are instantiated with null, needing explicit object creation.
A) The Java compiler requires it for type checking.
C) It is not necessary; Java handles it automatically.
Previous
Next