单项选择题

JAVA语言的下面几种数组复制方法中,哪个效率最高()。

A.for循环逐一复制
B.System.arraycopy
C.System.copyof
D.使用clone方法