الرجوع
الصوت
المظهر
تسجيل الدخول
أنت تتصفح نسخة مؤرشفة من الموقع
اضغط للانتقال إلى الموقع الجديد بكامل المزايا
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 4/10
In Java, why must you instantiate each object in an array of objects after creating the array?
C) It is not necessary; Java handles it automatically.
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.
Previous
Next