Q. What is the correct way to copy the elements of one array to another in Java?
β
Correct Answer: (A)
Use a for loop to iterate through the elements and copy them one by one.
You must be Logged in to update hint/solution