2.9 Study the specification of the arraycopy method in the System class, and then write a short program that uses the arraycopy method to copy all the elements of an array to another array. Output the elements in the destination array to make sure the copying actually occurred.
 
 
View Solution
 
 
 
<< Back Next >>