An individual array element from an array of type int, when passed to a method is passed by value.
Answer: A
Individual elements of an array of this type are passed by value as a parameter to a method. Any changes to them in the method will not change the value of the array element