الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 9/10
How does Java initialize the elements of an array of objects when it is created?
B) All elements are initialized to a new instance of the object.
A) All elements are initialized with default values defined in their classes.
C) All elements are initialized to null.
D) Elements are not initialized until explicitly set in the code.
Previous
Next