When an array is passed as a parameter to a method, modifying the elements of the array from inside the method will result in a change to those array elements as seen from the client, after the method call is complete. True False