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
Distinguish between the Debug class and Trace class with its functionality?
What is cls, cts and clr in net?
can you declare an override method to be static if the original method is not static?
When do we generally use destructors to release resources?
Can constructor have return type c#?
How can you access a private method of a class?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
Explain the difference between a Private Assembly and a Shared Assembly
Is struct object oriented?
Is for loop faster than foreach?
How do you create dlls in .NET
What are the uses of delegates in c#?
Can constructor be protected in c#?
What is difference between an Structure and Class?
Is array thread safe c#?