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