| http://www.w3.org/ns/prov#value | - A Java method receives a copy of the value you pass in, in case of a primitive, or a copy of the reference, in case of an object type. increase(int[]) takes in an array (which is a reference type), and increments each value in that array.
|