Copies length
elements of array src
starting at position srcPos
to the
array dest
starting at position destPos
.
Copies length
elements of array src
starting at position srcPos
to the
array dest
starting at position destPos
. If src eq dest
, the copying will
behave as if the elements copied from src
were first copied to a temporary
array before being copied back into the array at the destination positions.
A non-null array as source for the copy.
The starting index in the source array.
A non-null array as destination for the copy.
The starting index in the destination array.
The number of elements to be copied.
Create array of the same type as arrayInstance with the given length.
Create array of the same type as arrayInstance with the given length.
..
..
..
The current time in milliseconds.
The current time in milliseconds. The time is counted since 1 January 1970 UTC.
Note that the operating system timer used to obtain this value may be less precise than a millisecond.
The name of the default character set encoding as a string
The name of the default character set encoding as a string