الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 55/60
Which of the following statements about array size in Java is true?
Java automatically doubles the size of an array when it runs out of space.
You do not have to specify the size when creating a new array.
The size of an array in Java can be dynamically changed after the array is created.
The size of an array in Java is fixed once it is created.
Previous
Next