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