What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / guest
The first one performs a deep copy of the array, the second
one is shallow
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What do you mean by generic class in c#?
How many root nodes are there in an xml document?
what are some characteristics of an array?
What is difference between internal and protected internal in c#?
Is string a class in c#?
What is the main method in c#?
What is the difference between private and protected in c#?
Which of these statements correctly declares a two-dimensional array in c#?
Can I use parseint?
explain the three services model commonly know as a three-tier application.
What is public or shared assemblies ?
How many types of interface are there in c#?
What operator means?
Can you have an array of arrays?
What is the difference between “dispose” and “finalize” variables in c#?