The __________ method copies the sourceArray to the targetArray.
a. System.copyArrays(sourceArray, 0, targetArray, 0, sourceArray.length);
b. System.copyarrays(sourceArray, 0, targetArray, 0, sourceArray.length);
c. System.arrayCopy(sourceArray, 0, targetArray, 0, sourceArray.length);
d. System.arraycopy(sourceArray, 0, targetArray, 0, sourceArray.length);
d
You might also like to view...
An icon set
A) is a conditional format that displays a particular color based on the relative value of the cell contents to other selected cells. B) highlights cells meeting specified criteria with a specified color, font, or border. C) calculates an aggregate for values in a range or database. D) is a conditional format that displays an icon representing a value in the top third, quarter, or fifth based on values in the selected range.
"lastName" is an example of ________
A) a typing error B) a naming convention that is not recommended because of possible compatibility issues C) camel case D) Pascal case