What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / ranjanatyagi
the first one copy both the data and the structure i.e.
schema of the arry and the second one copy only the
structuere not data.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the difference between namespace and class in c#?
What is the difference between Static, Const and read only?
Explain the difference between pass by value and pass by reference.
Difference between value and reference type.
Explain About stateless and state full web service
What is data dictionary in c#?
What is an assembly qualified name
What is class and object c#?
What is difference between list and dictionary in c#?
What is a Command Object in C#?
Where do we use serialization in c#?
What is the difference between finally and finalize block?
How do you comment out code in c#?
What is the execution entry point for a c# console application?
Explain the various types of classes used in c#?