Why Java's System.arraycopy()
method name does not obey the lowerCamelCase naming convention for method names?
By the way, there is also method getenv()
in the same class, which name's composition also strangely differs from, say, getProperty()
.