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 ? | 9 Yes | 17 No |
Post New Answer View All Answers
What is wrong with the sample program below?
Is c# a technology?
Is static thread safe?
Is c# 8 released?
What debugging tools come with the .NET ssSDK?
What is hashmap in c#?
How Reflection is used and what it's significance ?
Is c# and c same?
When should I throw an exception?
What is asp net c# corner?
without modifying source code if we compile again, will it be generated MSIL again?
How can we make a thread sleep for infinite period ?
What are managed providers?
What is difference between private, protected, and public in C#?
What does it mean to override a method?