Multiple choice In a method 'invocation', Java passes arguments by reference arguments by value arguments by pointer arguments by variable Reveal answer Fill a bubble to check yourself B Correct answer Explanation Java always passes arguments by value. For objects, the value passed is the reference to the object.