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