6 ms·
One similar thing that's always bothered me conventionally. Why is it `System.arraycopy()` and not `System.arrayCopy()`?
by funwithjustin 9y ago
One similar thing that's always bothered me conventionally. Why is it `System.arraycopy()` and not `System.arrayCopy()`?
- skocznymroczny 9y agoactually, why not System.copyArray(). arraycopy() suggests that the method returns a copy of the array ( sorted() vs sort() )