What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / gp_bellamkonda
Clone copies only data but not structure
array.copy copies structure as well as data
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is difference between array and collection?
Explain the Abstract class in c#.net
What do u mean by delegation of authority?
What's the difference between a static method and a non static method c#?
What is firstordefault c#?
List the 5 different access modifiers in c#?
How many types of constructors are there?
What Happens In Memory When You Box And Unbox A Value-type?
Is arraylist thread safe?
What is the use of expression tree in c#?
How many destructors can a class have?
What does static mean in c sharp?
What is xml document how do you open it?
Is there regular expression (regex) support available to c# developers?
What does m mean in decimal c#?