

MCQOPTIONS
Saved Bookmarks
1. |
How to copy contents of array? |
A. | System.arrayCopy() |
B. | Array.copy() |
C. | Arrays.copy() |
D. | Collection.copy() |
Answer» B. Array.copy() | |