MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers
→
How to copy contents of array?
1.
How to copy contents of array?
A.
System.arrayCopy()
B.
Array.copy()
C.
Arrays.copy()
D.
Collection.copy()
E.
Answer» B. Array.copy()
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
How to copy contents of array?
Object[] names = new String[3];names[0] = new Integer(0);24.How to sort an array?
int a[], b;int []c, d;23.Which of these is necessary to What is the output of below snippet?specify at time of array initialization?
What is the type of variable "b" and "d" in the below snippet?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies