Leave a Reply 2

Your email address will not be published. Required fields are marked *


imyrta

imyrta

Answer: A

Explanation:

Based on the method signature of arraycopy(Object src, int srcPos, Object dest, int destPos, int length) the array values will be changed like this: [1, 3, 4, 4, 5]

Value for array[1] will be 3
Value for array[4] will be 5