Question: 2 2 Consider the following declaration: int x [ ] = { 0 , 1 , 2 , 3 , 4 } ; int y
Consider the following declaration:
int x;
int y;
Select one of the following statements that copy the last three elements of the array x and put these copied elements starting from the first position of the array y
a
System.arraycopyxyylength;
b
System.arraycopyxy;
c
System.arraycopyyx;
d
System.arraycopyxy;
e
System.arraycopyxxlengthy;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
