الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 6/12
What happens when you pass an array to a method in Java?
C) The method modifies the original array without a reference.
B) The method receives a copy of the array itself.
D) None of the above is correct.
A) The method receives a copy of the array reference.
Previous
Next