The __________ method copies the sourceArray to the targetArray.
A. System.arrayCopy(sourceArray, 0, targetArray, 0, sourceArray.length);
B. System.arraycopy(sourceArray, 0, targetArray, 0, sourceArray.length);
C. System.copyArrays(sourceArray, 0, targetArray, 0, sourceArray.length);
D. System.copyarrays(sourceArray, 0, targetArray, 0, sourceArray.length);