الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 7/10
When creating an array of objects in Java, what is a common mistake programmers make?
A) Forgetting to import the java.util.Arrays package.
B) Instantiating the array but not the individual objects.
C) Using primitive types for array indices.
D) Accessing array elements beyond its length.
Previous
Next