Top

Discussion

An individual array element from an array of type int, when passed to a method is passed by value.

  • A.True
  • B.False

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

No comment is present. Be the first to comment.
Loading…

Post your comment